We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097633e commit 79bcf8bCopy full SHA for 79bcf8b
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -72,7 +72,7 @@ public class Main : ISettingProvider, IAsyncPlugin, IPluginI18n, IContextMenu, I
72
private const string ExeUninstallerSuffix = ".exe";
73
private const string InkUninstallerSuffix = ".lnk";
74
75
- private const string WindowsAppPath = "c:\\program files\\windowsapps";
+ private static readonly string WindowsAppPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "WindowsApps");
76
77
static Main()
78
{
0 commit comments