mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Fixed silly mistake in setup.py.
This commit is contained in:
parent
40a1923c85
commit
099ed5aee5
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue