Update for latest version, and have script compiler use Release x64 compilation

This commit is contained in:
2023-07-07 22:37:52 -04:00
parent bbc2f9046f
commit 1df791e7a8
3 changed files with 6 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ namespace Torch.Server
{
var steamCmdProc = new ProcessStartInfo(steamCmdExePath)
{
Arguments = string.Format(TOOL_ARGS, configuration.GetValue("gamePath", "../"), depotId, "3111493184861426002"),
Arguments = string.Format(TOOL_ARGS, configuration.GetValue("gamePath", "../"), depotId, "14195799952783859"),
WorkingDirectory = path,
RedirectStandardOutput = true
};