Skip to content

Commit

Permalink
Creating the DMG seems to time out on Travis because of AppleScript w…
Browse files Browse the repository at this point in the history
…aiting for permissions. For now, workaround this by using the parameter to make it sandbox safe
  • Loading branch information
olabini committed Sep 16, 2021
1 parent 8b1ca8b commit 076fd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Makefile
Expand Up @@ -42,9 +42,9 @@ mac-bundle:
iconutil -c icns -o ../build/osx/mac-bundle/coyim.icns ../build/osx/mac-bundle/coyim.iconset
cd .. && build/osx/build-bundle bin/mac-bundle/CoyIM.app

release-dmg:
release-dmg:
mkdir -p ../release
create-dmg --volname "CoyIM Installer" --volicon ../build/osx/mac-bundle/coyim.icns --window-pos 200 120 --window-size 800 400 --icon-size 100 --hide-extension "CoyIM.app" --app-drop-link 600 185 ../release/coyim.dmg ../bin/mac-bundle/CoyIM.app
create-dmg --sandbox-safe --volname "CoyIM Installer" --volicon ../build/osx/mac-bundle/coyim.icns --window-pos 200 120 --window-size 800 400 --icon-size 100 --hide-extension "CoyIM.app" --app-drop-link 600 185 ../release/coyim.dmg ../bin/mac-bundle/CoyIM.app
fileicon set ../release/coyim.dmg ../build/osx/mac-bundle/coyim.icns
openssl dgst -sha256 ../release/coyim.dmg >> ../release/checksum

Expand Down

0 comments on commit 076fd33

Please sign in to comment.