JAL-3631 Change to Windows user-space default location, now same as default installat...
authorBen Soares <b.soares@dundee.ac.uk>
Fri, 28 Jun 2024 11:30:01 +0000 (12:30 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Fri, 28 Jun 2024 11:30:01 +0000 (12:30 +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

index 295fe85..6d9694c 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 94a803b..41c70d6 100644 (file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
index c50beb1..925aa3d 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 0342f70..219c333 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\\Jalview-Desktop");
+      osAppDataPathMap.put("windows", "AppData\\Local");
       osAppDataPathMap.put("other", ".jalview-desktop");
     }
 }
index 295fe85..6d9694c 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 295fe85..6d9694c 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ