X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fdev_macos_install.sh;fp=utils%2Fdev_macos_install.sh;h=d75bf5875eeeb1ab390993fd55831156a08d849e;hb=0769864c9c613841b08ee3da43412d917631b539;hp=5eadf0de0220522413a7a5542bb75c9faeb71928;hpb=2c5026c454594e7299a58b57fe0df3aa563c8d8b;p=jalview.git diff --git a/utils/dev_macos_install.sh b/utils/dev_macos_install.sh index 5eadf0d..d75bf58 100755 --- a/utils/dev_macos_install.sh +++ b/utils/dev_macos_install.sh @@ -4,11 +4,11 @@ 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 +if [ x$1 != "xnogradle" ]; then gradle installers -Pgetdown_channel_name=NOCHANNEL -Pinstall4jMediaTypes=macosArchive -Pgetdown_local=true -Pdev=true else echo "Not running gradle installers"