From 6eef5e836ae07637aae9c1ccebf5ea6f55365eab Mon Sep 17 00:00:00 2001 From: Frog Date: Mon, 15 Jun 2026 03:15:09 -0700 Subject: [PATCH] Relocate SteamCMD - Relocates everything related to SteamCMD to C:\ProgramData\CreamInstaller\SteamCMD --- CreamInstaller/Platforms/Steam/SteamCMD.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Platforms/Steam/SteamCMD.cs b/CreamInstaller/Platforms/Steam/SteamCMD.cs index 0744231..2f3e600 100644 --- a/CreamInstaller/Platforms/Steam/SteamCMD.cs +++ b/CreamInstaller/Platforms/Steam/SteamCMD.cs @@ -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)