From 9457c1f2b97845e731d42896e99c62289b5ebc20 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 26 Jan 2025 10:45:26 +0100 Subject: [PATCH] git: Install ImageMagick so create-dmg can make a pretty volume icon --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf825f5c0..fcf702d16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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