mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
remove redundant file separator char for linux-specific branch
This commit is contained in:
parent
98c58557fe
commit
8f0ce915a0
1 changed files with 1 additions and 3 deletions
|
|
@ -207,9 +207,7 @@ public final class SignLink implements Runnable {
|
||||||
String xdgHome = System.getenv("XDG_DATA_HOME");
|
String xdgHome = System.getenv("XDG_DATA_HOME");
|
||||||
|
|
||||||
if (xdgHome != null) {
|
if (xdgHome != null) {
|
||||||
homeDir = xdgHome
|
homeDir = xdgHome + "/2009scape/";
|
||||||
+ File.separatorChar
|
|
||||||
+ "2009scape/";
|
|
||||||
} else {
|
} else {
|
||||||
homeDir += ".local/share/2009scape/";
|
homeDir += ".local/share/2009scape/";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue