From a66986ac1275a63617ace633a4240ea63a1df697 Mon Sep 17 00:00:00 2001 From: My Hush Date: Thu, 12 Dec 2019 16:12:47 +0100 Subject: [PATCH] add icon size to dmg generator --- src/scripts/mkmacdmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/mkmacdmg.sh b/src/scripts/mkmacdmg.sh index cd6a91d..73e008e 100755 --- a/src/scripts/mkmacdmg.sh +++ b/src/scripts/mkmacdmg.sh @@ -102,7 +102,7 @@ echo "[OK]" echo -n "Building dmg..........." mv SilentDragonLite.app SilentDragonLite.app -create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1 +create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --icon-size 100 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1 if [ ! -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg ]; then echo "[ERROR]"