JAL-3577 Added DEVELOP DMG styling. Improved TEST-RELEASE and NON-RELEASE styling
authorBen Soares <bsoares@dundee.ac.uk>
Tue, 7 Apr 2020 00:29:33 +0000 (01:29 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Tue, 7 Apr 2020 00:29:33 +0000 (01:29 +0100)
build.gradle
utils/install4j/DS_Store-DEVELOP [new file with mode: 0644]
utils/install4j/DS_Store-NON-RELEASE
utils/install4j/install4j8_template.install4j
utils/install4j/jalview_dmg_background-DEVELOP.png [new file with mode: 0644]
utils/install4j/jalview_dmg_background-NON-RELEASE.png
utils/install4j/jalview_dmg_background-TEST.png [new file with mode: 0644]

index dba3fd3..e99272c 100644 (file)
@@ -202,7 +202,10 @@ ext {
 
     case "DEVELOP":
     reportRsyncCommand = true
+    install4jDSStore = "DS_Store-DEVELOP"
+    install4jDMGBackgroundImage = "jalview_dmg_background-DEVELOP.png"
     install4jExtraScheme = "jalviewd"
+    install4jInstallerName = "${jalview_name} Develop Installer"
     break
 
     case "TEST-RELEASE":
@@ -210,7 +213,7 @@ ext {
     JALVIEW_VERSION = "TEST"
     install4jSuffix = "Test"
     install4jDSStore = "DS_Store-TEST-RELEASE"
-    install4jDMGBackgroundImage = "jalview_dmg_background.png"
+    install4jDMGBackgroundImage = "jalview_dmg_background-TEST.png"
     install4jExtraScheme = "jalviewt"
     install4jInstallerName = "${jalview_name} Test Installer"
     break
@@ -233,7 +236,7 @@ ext {
     JALVIEW_VERSION = "TEST"
     install4jSuffix = "Test-Local"
     install4jDSStore = "DS_Store-TEST-RELEASE"
-    install4jDMGBackgroundImage = "jalview_dmg_background.png"
+    install4jDMGBackgroundImage = "jalview_dmg_background-TEST.png"
     install4jExtraScheme = "jalviewt"
     install4jInstallerName = "${jalview_name} Test Installer"
     break
diff --git a/utils/install4j/DS_Store-DEVELOP b/utils/install4j/DS_Store-DEVELOP
new file mode 100644 (file)
index 0000000..a65165c
Binary files /dev/null and b/utils/install4j/DS_Store-DEVELOP differ
index 3bab7e4..0d67d11 100644 (file)
Binary files a/utils/install4j/DS_Store-NON-RELEASE and b/utils/install4j/DS_Store-NON-RELEASE differ
index 545b0b9..eb585d9 100644 (file)
@@ -1134,7 +1134,7 @@ return console.askYesNo(message, true);
       </exclude>
       <topLevelFiles>
         <symlink name="&quot; &quot;" target="/Applications" />
-        <file name=".background/${compiler:MACOS_DMG_BG_IMAGE}" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/${compiler:MACOS_DMG_BG_IMAGE}" />
+        <file name=".background/jalview_dmg_background.png" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/${compiler:MACOS_DMG_BG_IMAGE}" />
         <file name=".DS_Store" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/${compiler:MACOS_DS_STORE}" />
         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/Jalview-File.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/Jalview-File.icns" />
         <file name="${compiler:JALVIEW_APPLICATION_NAME}.app/Contents/Resources/Jalview-Launch.icns" file="${compiler:JALVIEW_DIR}/${compiler:INSTALL4J_UTILS_DIR}/Jalview-Launch.icns" />
diff --git a/utils/install4j/jalview_dmg_background-DEVELOP.png b/utils/install4j/jalview_dmg_background-DEVELOP.png
new file mode 100644 (file)
index 0000000..3824365
Binary files /dev/null and b/utils/install4j/jalview_dmg_background-DEVELOP.png differ
index b6a5865..c316aee 100644 (file)
Binary files a/utils/install4j/jalview_dmg_background-NON-RELEASE.png and b/utils/install4j/jalview_dmg_background-NON-RELEASE.png differ
diff --git a/utils/install4j/jalview_dmg_background-TEST.png b/utils/install4j/jalview_dmg_background-TEST.png
new file mode 100644 (file)
index 0000000..06e6355
Binary files /dev/null and b/utils/install4j/jalview_dmg_background-TEST.png differ