Update path for git
This commit is contained in:
parent
ccfb93228e
commit
36fc211dc2
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@ def delete_files():
|
||||||
os.chdir(cur_wd)
|
os.chdir(cur_wd)
|
||||||
|
|
||||||
def update_terraria_source():
|
def update_terraria_source():
|
||||||
subprocess.check_call('/usr/local/bin/git submodule init')
|
subprocess.check_call('/usr/bin/git submodule init')
|
||||||
subprocess.check_call('/usr/local/bin/git submodule update')
|
subprocess.check_call('/usr/bin/git submodule update')
|
||||||
|
|
||||||
def build_software():
|
def build_software():
|
||||||
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
|
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue