mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 14:47:04 -07:00
Relocate SteamCMD
- Relocates everything related to SteamCMD to C:\ProgramData\CreamInstaller\SteamCMD
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user