Skip to content

Commit

Permalink
fix enable steam sync shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Apr 7, 2019
1 parent 9983dd2 commit 567c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uminekoInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def mainUmineko(conf):
# Add batch file which reverses this behaviour by making a linked folder from (saves->mysav)
print("Creating EnableSteamSync.bat")
with open(os.path.join(conf.installPath, "EnableSteamSync.bat"), 'w') as f:
f.writelines(["mklink saves mysav /J", "pause"])
f.writelines(["mklink saves mysav /J\n", "pause"])

# For now, don't copy save data

Expand Down

0 comments on commit 567c06b

Please sign in to comment.