Further windows changes.

This commit is contained in:
Griatch 2015-02-02 18:13:24 +01:00
parent 099ed5aee5
commit 6c757547aa

View file

@ -30,8 +30,8 @@ def get_scripts():
if os.name == "nt":
# Windows
with open(os.path.join("bin", "evennia.bat"), "w") as bat_file:
bat_file.write("@\"%s\" \"%s\" %%*" % (sys.executable, os.path.join("bin/evennia")))
execlist.append("bin/evennia.bat")
bat_file.write("@\"%s\" \"%s\" %%*" % (sys.executable, "evennia"))
execlist.append("bin/evennia.bat", "bin/evennia")
else:
# Linux, Mac
execlist.append("bin/evennia")