Add icon size to dmg generator

This commit is contained in:
Arjun 2019-12-10 13:35:22 -08:00
parent a30c95f9d3
commit 07e35b97c5
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ echo "[OK]"
echo -n "Building dmg..........."
create-dmg --volname "Zecwallet-Lite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "Zecwallet-Lite.app" 200 190 --app-drop-link 600 185 --hide-extension "Zecwallet-Lite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-zecwallet-lite-v$APP_VERSION.dmg Zecwallet-Lite.app >/dev/null 2>&1
create-dmg --volname "Zecwallet-Lite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "Zecwallet-Lite.app" 200 190 --icon-size 100 --app-drop-link 600 185 --hide-extension "Zecwallet-Lite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-zecwallet-lite-v$APP_VERSION.dmg Zecwallet-Lite.app >/dev/null 2>&1
if [ ! -f artifacts/macOS-zecwallet-lite-v$APP_VERSION.dmg ]; then
echo "[ERROR]"