mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Fixes in dynamic .bat generation.
This commit is contained in:
parent
6c757547aa
commit
6323ba965b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -31,7 +31,7 @@ def get_scripts():
|
|||
# Windows
|
||||
with open(os.path.join("bin", "evennia.bat"), "w") as bat_file:
|
||||
bat_file.write("@\"%s\" \"%s\" %%*" % (sys.executable, "evennia"))
|
||||
execlist.append("bin/evennia.bat", "bin/evennia")
|
||||
execlist.extend(["bin/evennia.bat", "bin/evennia"])
|
||||
else:
|
||||
# Linux, Mac
|
||||
execlist.append("bin/evennia")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue