Merge pull request #30 from ycashfoundation/dmg_fix

Add icon size to dmg generator
This commit is contained in:
adityapk00 2019-12-10 14:59:06 -08:00 committed by GitHub
commit 3331fe5365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ echo "[OK]"
echo -n "Building dmg..........." 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 if [ ! -f artifacts/macOS-zecwallet-lite-v$APP_VERSION.dmg ]; then
echo "[ERROR]" echo "[ERROR]"