1
0
mirror of synced 2025-02-08 15:08:11 +01:00

git: Install ImageMagick so create-dmg can make a pretty volume icon

This commit is contained in:
WerWolv 2025-01-26 10:45:26 +01:00
parent 2b24330f9f
commit 9457c1f2b9

View File

@ -370,6 +370,7 @@ jobs:
- name: 📦 Create DMG
run: |
brew install imagemagick
git clone https://github.com/sindresorhus/create-dmg
cd create-dmg
npm i && npm -g i
@ -483,6 +484,7 @@ jobs:
- name: 📦 Create DMG
run: |
brew install imagemagick
git clone https://github.com/sindresorhus/create-dmg
cd create-dmg
npm i && npm -g i