mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 14:47:04 -07:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user