mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-10 04:16:02 -04:00
Merge branch 'master' of https://github.com/huanghongxun/HMCL
This commit is contained in:
commit
b36c194f67
@ -175,7 +175,7 @@ public class GameLauncher {
|
|||||||
if (appdata != null) {
|
if (appdata != null) {
|
||||||
writer.write("set appdata=" + appdata);
|
writer.write("set appdata=" + appdata);
|
||||||
writer.newLine();
|
writer.newLine();
|
||||||
writer.write("cd %appdata%");
|
writer.write("cd /D %appdata%");
|
||||||
writer.newLine();
|
writer.newLine();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user