From e3900f3622434ea40131b00e0c3562d31cfdeaf8 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 8 Aug 2024 10:27:27 +0100 Subject: [PATCH] JAL-3631 Change name of update link in DMGs. Correct wrong message in macos installer script. Adding build_properties and channel.props into hidden folder on DMG. I'm sure they will be useful! --- utils/install4j/install4j10_template.install4j | 8 ++++++-- utils/install4j/macos-install-jalview.sh | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/utils/install4j/install4j10_template.install4j b/utils/install4j/install4j10_template.install4j index 8dcd9ac..90d20d3 100644 --- a/utils/install4j/install4j10_template.install4j +++ b/utils/install4j/install4j10_template.install4j @@ -2964,11 +2964,13 @@ ${compiler:JALVIEW_APPLICATION_NAME} will now launch. - + + + @@ -2987,11 +2989,13 @@ ${compiler:JALVIEW_APPLICATION_NAME} will now launch. - + + + diff --git a/utils/install4j/macos-install-jalview.sh b/utils/install4j/macos-install-jalview.sh index 6ff696c..664ba90 100755 --- a/utils/install4j/macos-install-jalview.sh +++ b/utils/install4j/macos-install-jalview.sh @@ -352,9 +352,9 @@ EOM ) else if [ "${DISABLEUSERAPPDIR}" = 1 ]; then - myecho "- Automatic updates enabled in user-space" - else myecho "- Automatic updates enabled IN INSTALLATION" + else + myecho "- Automatic updates enabled in user-space" fi VMOPTIONS_UPDATES=$( cat << EOM # -- 1.7.10.2