git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a053ad
)
JAL-3631 Change to Windows user-space default location, now same as default installat...
author
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 28 Jun 2024 11:30:01 +0000
(12:30 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 28 Jun 2024 11:30:01 +0000
(12:30 +0100)
getdown/lib/getdown-core.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher-local.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher.jar
patch
|
blob
|
history
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/EnvConfig.java
patch
|
blob
|
history
j11lib/getdown-core.jar
patch
|
blob
|
history
j8lib/getdown-core.jar
patch
|
blob
|
history
diff --git
a/getdown/lib/getdown-core.jar
b/getdown/lib/getdown-core.jar
index
295fe85
..
6d9694c
100644
(file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
diff --git
a/getdown/lib/getdown-launcher-local.jar
b/getdown/lib/getdown-launcher-local.jar
index
94a803b
..
41c70d6
100644
(file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
diff --git
a/getdown/lib/getdown-launcher.jar
b/getdown/lib/getdown-launcher.jar
index
c50beb1
..
925aa3d
100644
(file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
diff --git
a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/EnvConfig.java
b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/EnvConfig.java
index
0342f70
..
219c333
100644
(file)
--- a/
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/EnvConfig.java
+++ b/
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/EnvConfig.java
@@
-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");
}
}
diff --git
a/j11lib/getdown-core.jar
b/j11lib/getdown-core.jar
index
295fe85
..
6d9694c
100644
(file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
diff --git
a/j8lib/getdown-core.jar
b/j8lib/getdown-core.jar
index
295fe85
..
6d9694c
100644
(file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ