mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fixup
This commit is contained in:
parent
34a8d0b99b
commit
9dc7142e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ namespace Wox.Plugin.Program.Programs
|
|||
path = path.Trim('"');
|
||||
path = Environment.ExpandEnvironmentVariables(path);
|
||||
|
||||
if (System.IO.File.Exists(path))
|
||||
if (File.Exists(path))
|
||||
{
|
||||
var entry = Win32Program(path);
|
||||
entry.ExecutableName = subkey;
|
||||
|
|
|
|||
Loading…
Reference in a new issue