mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Further windows changes.
This commit is contained in:
4
setup.py
4
setup.py
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user