mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Fixed silly mistake in setup.py.
This commit is contained in:
2
setup.py
2
setup.py
@ -30,7 +30,7 @@ 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/python.py")))
|
||||
bat_file.write("@\"%s\" \"%s\" %%*" % (sys.executable, os.path.join("bin/evennia")))
|
||||
execlist.append("bin/evennia.bat")
|
||||
else:
|
||||
# Linux, Mac
|
||||
|
||||
Reference in New Issue
Block a user