JAL-1988 JAL-3416 Using the flatlaf-extras About, Preferences and Quit handler system...
[jalview.git] / utils / dev_macos_install.sh
index 5eadf0d..6f17315 100755 (executable)
@@ -4,12 +4,12 @@
 INSTALLERVOL="Jalview Installer"
 APP=Jalview.app
 
-APPLICATIONS=/Applications
+APPLICATIONS=$HOME/Applications
 CHANNEL=NOCHANNEL
-DMG=build/install4j/1.8/Jalview-OFFLINE_macos-app_DEVELOPMENT-j8.dmg
+DMG=build/install4j/11/Jalview-OFFLINE_macos-app_DEVELOPMENT-j11.dmg
 
-if [ $1 != "nogradle" ]; then
-  gradle installers -Pgetdown_channel_name=NOCHANNEL -Pinstall4jMediaTypes=macosArchive -Pgetdown_local=true -Pdev=true
+if [ x$1 != "xnogradle" ]; then
+  gradle installers -PCHANNEL=LOCAL -Pinstall4j_media_types=macosArchive
 else
   echo "Not running gradle installers"
 fi