Skip to content

Commit

Permalink
git: Fixed macOS DMGs not having their volume icon set
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Feb 15, 2025
1 parent c84786f commit 5fb4882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ jobs:
- name: 📦 Create DMG
run: |
brew install imagemagick
brew install graphicsmagick imagemagick
git clone https://github.com/sindresorhus/create-dmg
cd create-dmg
npm i && npm -g i
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
- name: 📦 Create DMG
run: |
brew install imagemagick
brew install graphicsmagick imagemagick
git clone https://github.com/sindresorhus/create-dmg
cd create-dmg
npm i && npm -g i
Expand Down

0 comments on commit 5fb4882

Please sign in to comment.