From a2cfb59f6bdfeec1fc4484af8ed473b69426e072 Mon Sep 17 00:00:00 2001 From: Jalview Development Admin Date: Wed, 23 Feb 2022 18:54:57 +0000 Subject: [PATCH] JAL-3830 temporarily disable the setup screen for OSX dmgs until we can properly document its use --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index eb4d117..cf96abf 100644 --- a/build.gradle +++ b/build.gradle @@ -1816,6 +1816,11 @@ task copyInstall4jTemplate { } } + // disable install screen for OSX dmg (for 2.11.2.0) + install4jConfigXml.'**'.macosArchive.each { macosArchive -> + macosArchive.'@executeSetupApp' = "false" + } + // turn off checksum creation for LOCAL channel def e = install4jConfigXml.application[0] if (CHANNEL == "LOCAL") { -- 1.7.10.2