mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Fixed folder naming for app data (#3033)
This commit is contained in:
committed by
GitHub
parent
64d9e9054c
commit
93dc96f150
@@ -8,7 +8,7 @@ namespace Wox.Infrastructure
|
|||||||
public static class Constant
|
public static class Constant
|
||||||
{
|
{
|
||||||
public const string ExeFileName = "PowerLauncher";
|
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";
|
public const string Plugins = "Plugins";
|
||||||
|
|
||||||
private static readonly Assembly Assembly = Assembly.GetExecutingAssembly();
|
private static readonly Assembly Assembly = Assembly.GetExecutingAssembly();
|
||||||
|
|||||||
Reference in New Issue
Block a user