Skip to content

Commit

Permalink
This should get build of the third stage working
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalleo authored and Jalleo committed Jan 10, 2019
1 parent 7c2e4a6 commit 2284996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/linux_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def stage2(map):
txt = "-M{}".format(map)
else:
txt = ''
args = "bash tools/travis/dm.sh {} tgstation.dme".format(txt)
args = "bash tools/travis/dm.sh {} StarTrekking.dme".format(txt)
print(args)
p = subprocess.Popen(args, shell=True)
wait(p)
Expand All @@ -42,7 +42,7 @@ def stage3(profile_mode=False):
play("sound/misc/compiler-stage2.ogg")
logfile = open('server.log~','w')
p = subprocess.Popen(
"DreamDaemon tgstation.dmb 25001 -trusted",
"DreamDaemon StarTrekking.dmb 25001 -trusted",
shell=True, stdout=PIPE, stderr=STDOUT)
try:
while p.returncode is None:
Expand Down

0 comments on commit 2284996

Please sign in to comment.