mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
fixup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user