diff --git a/data/scripts/create_apple_installer.sh b/data/scripts/create_apple_installer.sh index 5743c2cd6..70f1c151c 100755 --- a/data/scripts/create_apple_installer.sh +++ b/data/scripts/create_apple_installer.sh @@ -119,5 +119,6 @@ echo -e "" >> "$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