Merge pull request #71 from Cat7373/master

Windows 启动脚本中允许跨分区 cd
This commit is contained in:
huanghongxun 2016-05-23 19:28:18 +08:00
commit 01b77f1f5f

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();
}
}