# HG changeset patch # User Jeremy Thurgood # Date 1378665204 -7200 # Node ID daccacf566dccee9683ee6fae8f9813a345a8ff4 # Parent 3431e9c3655b037b2204666f971653b291f61ee4 Name the .dmg. diff -r 3431e9c3655b -r daccacf566dc scripts/darwin-py2app.sh --- a/scripts/darwin-py2app.sh Sun Sep 08 20:29:01 2013 +0200 +++ b/scripts/darwin-py2app.sh Sun Sep 08 20:33:24 2013 +0200 @@ -62,7 +62,7 @@ echo -e "For some reason the game starts without a foreground window. Click on the icon in the dock (or minimize and restore from the menu) to get it back.\n\nIf this doesn't work, please let me () know, especially if you have any ideas about how to fix it.\n\nYou should also be able to use the unix tarball available at the same place you got this dmg.\n\nThanks." > ${BUILD_FOLDER}/dist/IMPORTANT\ NOTE.txt -hdiutil create -srcfolder ${BUILD_FOLDER}/dist/*.app/ -srcfolder ${BUILD_FOLDER}/dist/IMPORTANT\ NOTE.txt dist/${DMG_NAME} +hdiutil create -volname ${GAME_NAME} -srcfolder ${BUILD_FOLDER}/dist/*.app/ -srcfolder ${BUILD_FOLDER}/dist/IMPORTANT\ NOTE.txt dist/${DMG_NAME} echo "" echo "=== Done ==="