JAL-3246 JAL-3247 Reworked JVL files as getdown.txt config with limitations
[jalview.git] / utils / dev_macos_install.sh
index 61155c2..c4cd94c 100755 (executable)
@@ -6,9 +6,13 @@ APP=Jalview.app
 
 APPLICATIONS=/Applications
 CHANNEL=NOCHANNEL
-DMG=build/install4j/11/Jalview-OFFLINE_macos-app_DEVELOPMENT-j11.dmg
+DMG=build/install4j/1.8/Jalview-OFFLINE_macos-app_DEVELOPMENT-j8.dmg
 
-gradle installers -Pgetdown_channel_name=NOCHANNEL -Pinstall4jMediaTypes=macosArchive -Pgetdown_local=true
+if [ $1 != "nogradle" ]; then
+  gradle installers -Pgetdown_channel_name=NOCHANNEL -Pinstall4jMediaTypes=macosArchive -Pgetdown_local=true -Pdev=true
+else
+  echo "Not running gradle installers"
+fi
 
 if [ $? = 0 ]; then
   umount "/Volumes/$INSTALLERVOL"