mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use system environment for Windows app path
This commit is contained in:
parent
097633e9e0
commit
79bcf8be18
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ namespace Flow.Launcher.Plugin.Program
|
|||
private const string ExeUninstallerSuffix = ".exe";
|
||||
private const string InkUninstallerSuffix = ".lnk";
|
||||
|
||||
private const string WindowsAppPath = "c:\\program files\\windowsapps";
|
||||
private static readonly string WindowsAppPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "WindowsApps");
|
||||
|
||||
static Main()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue