Use real path to mono.
This commit is contained in:
parent
2ece14c70a
commit
28a535e144
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ def generate_release():
|
|||
zip.extractall()
|
||||
|
||||
def generate_configs():
|
||||
subprocess.call(['/usr/bin/mono', 'TerrariaServer.exe', '-dump'])
|
||||
subprocess.call(['/usr/local/bin/mono', 'TerrariaServer.exe', '-dump'])
|
||||
if not os.path.isfile('ConfigDescriptions.txt') or not os.path.isfile('PermissionsDescriptions.txt') or not os.path.isfile('ServerSideConfigDescriptions.txt'):
|
||||
raise CalledProcessError(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue