mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
fixup
This commit is contained in:
@@ -197,7 +197,7 @@ namespace Wox.Plugin.Program.Programs
|
|||||||
path = path.Trim('"');
|
path = path.Trim('"');
|
||||||
path = Environment.ExpandEnvironmentVariables(path);
|
path = Environment.ExpandEnvironmentVariables(path);
|
||||||
|
|
||||||
if (System.IO.File.Exists(path))
|
if (File.Exists(path))
|
||||||
{
|
{
|
||||||
var entry = Win32Program(path);
|
var entry = Win32Program(path);
|
||||||
entry.ExecutableName = subkey;
|
entry.ExecutableName = subkey;
|
||||||
|
|||||||
Reference in New Issue
Block a user