Try this path for git
This commit is contained in:
parent
b52472748b
commit
b248778a2d
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@ def delete_files():
|
|||
os.chdir(cur_wd)
|
||||
|
||||
def update_terraria_source():
|
||||
subprocess.check_call('git submodule init')
|
||||
subprocess.check_call('git submodule update')
|
||||
subprocess.check_call('/usr/local/bin/git submodule init')
|
||||
subprocess.check_call('/usr/local/bin/git submodule update')
|
||||
|
||||
def build_software():
|
||||
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