Use Shell Execute for Shell Plugin RunCommand

it would not behavior like win+r without this.

try `shell:startup`
This commit is contained in:
Kevin Zhang 2024-04-23 11:39:25 -05:00 committed by GitHub
parent a9b4187969
commit 5a45c5a012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,6 +264,7 @@ namespace Flow.Launcher.Plugin.Shell
var arguments = parts[1];
info.FileName = filename;
info.ArgumentList.Add(arguments);
info.UseShellExecute = true;
}
else
{