Relocate Cooldown Folder/Data Location.

- Relocated the cooldown folder from C:\ProgramData\CreamInstaller\cooldown to C:\ProgramData\CreamInstaller\Cache\cooldown (Does not cleanup the old location currently)
This commit is contained in:
Frog
2026-07-08 00:38:20 -07:00
parent 16811a7ddb
commit 970ee53bfc
+1 -1
View File
@@ -64,7 +64,7 @@ internal static class ProgramData
private static readonly Version MinimumAppInfoVersion = Version.Parse("4.7.0.0");
internal static readonly string CooldownPath = DirectoryPath + @"\cooldown";
internal static readonly string CooldownPath = CachePath + @"\cooldown";
private static readonly string OldProgramChoicesPath = DirectoryPath + @"\choices.txt";
private static readonly string ProgramChoicesPath = DirectoryPath + @"\choices.json";