X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fdev_macos_install.sh;h=6f17315000b132882e6041dfc44c1390919f7f12;hb=5e8549a462825b05a9a438ef98d8469874edacce;hp=5eadf0de0220522413a7a5542bb75c9faeb71928;hpb=efdba96b70db9305d3d0a6a711d5e6690c3cad90;p=jalview.git diff --git a/utils/dev_macos_install.sh b/utils/dev_macos_install.sh index 5eadf0d..6f17315 100755 --- a/utils/dev_macos_install.sh +++ b/utils/dev_macos_install.sh @@ -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