From: Ben Soares Date: Tue, 28 May 2024 12:21:24 +0000 (+0100) Subject: JAL-4409 Ensure the specific scheme jalviewx is only for the release version X-Git-Tag: Release_2_11_4_0~28^2~7 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=e2c02bbe2633e41ca2ab13fbabc2c652007758ca;p=jalview.git JAL-4409 Ensure the specific scheme jalviewx is only for the release version --- diff --git a/build.gradle b/build.gradle index 437c43a..ea663de 100644 --- a/build.gradle +++ b/build.gradle @@ -238,7 +238,7 @@ ext { install4jDMGBackgroundImageFile = "${install4j_dmg_background}" install4jInstallerName = "${jalview_name} Non-Release Installer" install4jExecutableName = install4j_executable_name - install4jExtraScheme = "jalviewx" + install4jExtraScheme = "jalviewextra" install4jMacIconsFile = string("${install4j_images_dir}/${install4j_mac_icons_file}") install4jWindowsIconsFile = string("${install4j_images_dir}/${install4j_windows_icons_file}") install4jPngIconFile = string("${install4j_images_dir}/${install4j_png_icon_file}") @@ -269,6 +269,7 @@ ext { reportRsyncCommand = true install4jSuffix = "" install4jInstallerName = "${jalview_name} Installer" + install4jExtraScheme = (CHANNEL=="RELEASE")?"jalviewx":"jalviewjs" break case "ARCHIVE":