Updated make-app-bundle to zip the .dmg with the about text file, for upload to site.

This commit is contained in:
Wyatt Olson 2011-04-27 20:12:01 -06:00
parent 10535f8f0a
commit 40a7853edf

View File

@ -96,4 +96,7 @@ hdiutil create -srcdir ${APP} ${DMG}
echo "Cleaning up..."
rm -rf ${APP}
cd ${RELEASE}
zip ${DMG}.zip ${DMG} AboutThisBuild.txt
echo "All done!"