We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab69a0 commit bec1b45Copy full SHA for bec1b45
UnturnedRedistUpdateTool/Program.cs
@@ -67,6 +67,8 @@ public static async Task<int> Main(string[] args)
67
Console.WriteLine($"executable Directory not found: \"{executableDirectory}\"");
68
return 1;
69
}
70
+ Console.WriteLine("steamcmd Directories: " + string.Join(", ", Directory.GetDirectories(executableDirectory)));
71
+
72
var steamappsDirectory = Path.Combine(executableDirectory, "steamapps");
73
if (Directory.Exists(steamappsDirectory) == false)
74
{
0 commit comments