JAL-3631 Change in user path for locally installed Jalview to avoid collision with...
authorBen Soares <b.soares@dundee.ac.uk>
Fri, 28 Jun 2024 15:53:16 +0000 (16:53 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Fri, 28 Jun 2024 15:53:16 +0000 (16:53 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher-local.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/EnvConfig.java
j11lib/getdown-core.jar
j8lib/getdown-core.jar
src/jalview/bin/Cache.java

index 6d9694c..d5fc86a 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 41c70d6..c59986e 100644 (file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
index 925aa3d..ea3700a 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 219c333..0342f70 100644 (file)
@@ -418,7 +418,7 @@ public final class EnvConfig {
       osAppDataPathMap = new HashMap<>();
       osAppDataPathMap.put("macos", "Library/Application Support/Jalview-Desktop");
       osAppDataPathMap.put("linux", ".local/share/jalview-desktop");
-      osAppDataPathMap.put("windows", "AppData\\Local");
+      osAppDataPathMap.put("windows", "AppData\\Local\\Jalview-Desktop");
       osAppDataPathMap.put("other", ".jalview-desktop");
     }
 }
index 6d9694c..d5fc86a 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 6d9694c..d5fc86a 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ
index d98395b..a45fc42 100755 (executable)
@@ -1292,10 +1292,6 @@ public class Cache
                   "Could not get canonical path for installer appdir, leaving as is.");
         }
       }
-      else
-      {
-        installerAppdir = "null: " + installerAppdir;
-      }
       appendIfNotNull(sb, "Installer template version: ",
               System.getProperty("installer.template_version"), "\n", null);
       appendIfNotNull(sb, "Installer appdir: ", installerAppdir, "\n",