Skip to content

Commit

Permalink
Merge pull request #64 from Cat7373/master
Browse files Browse the repository at this point in the history
在 Windows 的启动脚本里增加一行 cd %appdata%
  • Loading branch information
huanghongxun committed May 3, 2016
2 parents 8d5088d + 85237ea commit 0870f42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ public File makeLauncher(String launcherName, List str) throws IOException {
if (appdata != null) {
writer.write("set appdata=" + appdata);
writer.newLine();
writer.write("cd %appdata%");
writer.newLine();
}
}
if (StrUtils.isNotBlank(options.getPrecalledCommand())) {
Expand Down

0 comments on commit 0870f42

Please sign in to comment.