mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Further windows changes.
This commit is contained in:
parent
099ed5aee5
commit
6c757547aa
1 changed files with 2 additions and 2 deletions
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue