Made .bat file dynamically created again since it requires an absolute path.
This commit is contained in:
parent
5a7866d572
commit
2fe2aa6db7
4 changed files with 10 additions and 4 deletions
|
|
@ -1 +0,0 @@
|
|||
@"python" "evennia.py" %*
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
#! /usr/bin/python2.7
|
||||
"""
|
||||
Linux launcher
|
||||
Windows launcher. This is called by a dynamically created .bat file in
|
||||
the python bin directory and makes the 'evennia' program available on
|
||||
the command %path%.
|
||||
"""
|
||||
|
||||
import os, sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue