From b24eee3ecf81f0178416ef75e27d339e83515574 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:03:15 +0700 Subject: [PATCH] remove beta from depot tool install --- Torch.Server/Initializer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Torch.Server/Initializer.cs b/Torch.Server/Initializer.cs index 30a012e..c5ecd2a 100644 --- a/Torch.Server/Initializer.cs +++ b/Torch.Server/Initializer.cs @@ -30,7 +30,7 @@ namespace Torch.Server private const string TOOL_DIR = "tool"; private const string TOOL_ZIP = "temp.zip"; private static readonly string TOOL_EXE = "DepotDownloader.exe"; - private const string TOOL_ARGS = "-app 298740 -depot 298741 -beta automatons-beta -dir \"{0}\""; + private const string TOOL_ARGS = "-app 298740 -depot 298741 -dir \"{0}\""; private TorchServer _server; internal Persistent ConfigPersistent { get; }