mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Refactored the devel/bin structure to hopefully make the system work better on Windows.
This commit is contained in:
parent
6323ba965b
commit
f780f469b1
12 changed files with 32 additions and 21 deletions
1
bin/windows/evennia.bat
Normal file
1
bin/windows/evennia.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
@"python" "evennia.py" %*
|
||||
11
bin/windows/evennia.py
Executable file
11
bin/windows/evennia.py
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#! /usr/bin/python2.7
|
||||
"""
|
||||
Linux launcher
|
||||
"""
|
||||
|
||||
import os, sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.getcwd()))
|
||||
|
||||
from evennia.server.evennia_launcher import main
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue