Apple Bundle fixes

This commit is contained in:
Tres Finocchiaro
2014-05-04 01:10:52 -04:00
parent 3d274078ce
commit bca86d9c1a
2 changed files with 3 additions and 1 deletions

View File

@@ -119,5 +119,5 @@ cp "$CMAKE_BUILD/Info.plist" "$APP/Contents/Info.plist"
# Done. Ready to build DMG
echo -e "\nFinished.\n\nPlease run \"create_apple_dmg.sh\" from the Desktop to build the installer.\n"
echo -e "Note: You can drag/drop it into this terminal window.)\n"
cp "CMAKE_INSTALL/create_apple_dmg.sh" "$HOME/Desktop/"
cp "$CMAKE_INSTALL/create_apple_dmg.sh" "$HOME/Desktop/"
chmod +x "$HOME/Desktop/create_apple_dmg.sh"