diff --git a/CreamInstaller/Utility/ProgramData.cs b/CreamInstaller/Utility/ProgramData.cs index 68424ea..1a638e1 100644 --- a/CreamInstaller/Utility/ProgramData.cs +++ b/CreamInstaller/Utility/ProgramData.cs @@ -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";