Relocate SteamCMD

- Relocates everything related to SteamCMD to C:\ProgramData\CreamInstaller\SteamCMD
This commit is contained in:
Frog
2026-06-15 03:15:09 -07:00
parent d9e1f0cb08
commit 6eef5e836a
+1 -1
View File
@@ -31,7 +31,7 @@ internal static partial class SteamCMD
private static readonly string AppCachePath = DirectoryPath + @"\appcache";
private static string DirectoryPath => ProgramData.DirectoryPath;
private static string DirectoryPath => ProgramData.DirectoryPath + @"\SteamCMD";
internal static string AppInfoPath => ProgramData.AppInfoPath;
private static string GetArguments(string appId)