JAL-3746 release note for JAL-3618 Vaqua config so app directories can be opened
[jalview.git] / build.gradle
index eb4d117..cf96abf 100644 (file)
@@ -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") {