Another fix

This commit is contained in:
Zack Piispanen 2013-10-12 03:05:08 -04:00
parent 4547056960
commit 60d866ba2f

View file

@ -90,8 +90,8 @@ def update_terraria_exe():
os.remove(terraria_bin_name)
def build_software():
subprocess.call(['/usr/local/bin/xbuild'], ['./TShockAPI/TShockAPI.csproj'], ['/p:Configuration=Release'])
subprocess.call(['/usr/local/bin/xbuild'], ['./TShockAPI/TShockAPI.csproj'], ['/p:Configuration=Debug'])
subprocess.call(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
subprocess.call(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Debug'])
if __name__ == '__main__':
create_release_folder()