changeset 682:daccacf566dc

Name the .dmg.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 08 Sep 2013 20:33:24 +0200
parents 3431e9c3655b
children 4e29650dba50
files scripts/darwin-py2app.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 (<firxen@gmail.com>) 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 ==="