Echo comment to drag/drop dmg script to terminal

This commit is contained in:
Tres Finocchiaro
2014-04-01 20:12:27 -07:00
parent 4bfb989151
commit 7539791d13

View File

@@ -119,5 +119,6 @@ echo -e "</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_SRC/data/scripts/create_apple_dmg.sh $HOME/Desktop/
chmod +x $HOME/Desktop/create_apple_dmg.sh