comparison scripts/darwin-py2app.sh @ 682:daccacf566dc

Name the .dmg.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 08 Sep 2013 20:33:24 +0200
parents 3431e9c3655b
children
comparison
equal deleted inserted replaced
681:3431e9c3655b 682:daccacf566dc
60 pwd 60 pwd
61 rm dist/${DMG_NAME} > /dev/null 61 rm dist/${DMG_NAME} > /dev/null
62 62
63 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 63 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
64 64
65 hdiutil create -srcfolder ${BUILD_FOLDER}/dist/*.app/ -srcfolder ${BUILD_FOLDER}/dist/IMPORTANT\ NOTE.txt dist/${DMG_NAME} 65 hdiutil create -volname ${GAME_NAME} -srcfolder ${BUILD_FOLDER}/dist/*.app/ -srcfolder ${BUILD_FOLDER}/dist/IMPORTANT\ NOTE.txt dist/${DMG_NAME}
66 66
67 echo "" 67 echo ""
68 echo "=== Done ===" 68 echo "=== Done ==="
69 echo "" 69 echo ""
70 du -sh dist/* | sed 's/^/ /' 70 du -sh dist/* | sed 's/^/ /'