Compare commits

..

1 Commits

Author SHA1 Message Date
zznty
b24eee3ecf remove beta from depot tool install 2023-03-27 16:03:15 +07:00

View File

@@ -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<TorchConfig> ConfigPersistent { get; }