diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.cs b/src/modules/launcher/Wox.Infrastructure/Wox.cs index d926d3c08a..8fc59fbeca 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.cs +++ b/src/modules/launcher/Wox.Infrastructure/Wox.cs @@ -8,7 +8,7 @@ namespace Wox.Infrastructure public static class Constant { public const string ExeFileName = "PowerLauncher"; - public const string ModuleLocation = "Microsoft\\PowerToys\\PowerToysRun"; + public const string ModuleLocation = "Microsoft\\PowerToys\\PowerToys Run"; public const string Plugins = "Plugins"; private static readonly Assembly Assembly = Assembly.GetExecutingAssembly();