X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fdev_macos_install.sh;fp=utils%2Fdev_macos_install.sh;h=6f17315000b132882e6041dfc44c1390919f7f12;hb=1bf282eb3a5bb347c78d047c7caf12548957749d;hp=5eadf0de0220522413a7a5542bb75c9faeb71928;hpb=663ba999f2b0adfc88121ac131f533c49a305165;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