Fixed silly mistake in setup.py.

This commit is contained in:
Griatch 2015-02-02 18:00:51 +01:00
parent 40a1923c85
commit 099ed5aee5

View file

@ -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