Updated make-app-bundle to zip the .dmg with the about text file, for upload to site.
This commit is contained in:
parent
10535f8f0a
commit
40a7853edf
@ -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!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user