From 77745a47387bb12c3e4dea8bbec8ff38499571f2 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Sun, 5 Apr 2020 10:50:46 +0100 Subject: [PATCH] JAL-3577 Changed Windows internal ID to a new value which is backward compatible with the 2.11.0 installation. i.e. release versions will have internal ID 'Jalview' --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6129170..e9c9da4 100644 --- a/build.gradle +++ b/build.gradle @@ -1453,8 +1453,8 @@ task installers(type: com.install4j.gradle.Install4jTask) { 'EXTRA_SCHEME': install4jExtraScheme, ] - println("INSTALL4J VARIABLES:") - variables.each{k,v->println("${k}=${v}")} + //println("INSTALL4J VARIABLES:") + //variables.each{k,v->println("${k}=${v}")} destination = "${jalviewDir}/${install4jBuildDir}" buildSelected = true -- 1.7.10.2