Merge pull request #64 from Cat7373/master

在 Windows 的启动脚本里增加一行 cd %appdata%
This commit is contained in:
huanghongxun 2016-05-03 19:12:59 +08:00
commit 0870f42557

View File

@ -174,6 +174,8 @@ public class GameLauncher {
if (appdata != null) {
writer.write("set appdata=" + appdata);
writer.newLine();
writer.write("cd %appdata%");
writer.newLine();
}
}
if (StrUtils.isNotBlank(options.getPrecalledCommand())) {