Skip to content

Commit

Permalink
The Mac build script was producing unlaunchable apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Oct 9, 2016
1 parent 13de56c commit 8c793b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Installers/Mac/Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fi
cp -R "${SOURCE}/${APPNAME}.app/Contents" "${DEST}/${APPNAME}.app";
find "${DEST}/${APPNAME}.app" -type d -exec chmod 755 {} +;
find "${DEST}/${APPNAME}.app" -type f -exec chmod 644 {} +;
chmod 755 "${DEST}/${APPNAME}.app/Contents/MacOS/${APPNAME}";

hdiutil eject "${DEST}";
if [ -e "${OUTPUT}/${APPNAME}.dmg" ]; then
Expand Down

0 comments on commit 8c793b0

Please sign in to comment.