This commit is contained in:
huangyuhui 2016-05-28 23:19:21 +08:00
commit b36c194f67

View File

@ -175,7 +175,7 @@ public class GameLauncher {
if (appdata != null) {
writer.write("set appdata=" + appdata);
writer.newLine();
writer.write("cd %appdata%");
writer.write("cd /D %appdata%");
writer.newLine();
}
}