Skip to content

Commit 5a45c5a

Browse files
authored
Use Shell Execute for Shell Plugin RunCommand
it would not behavior like win+r without this. try `shell:startup`
1 parent a9b4187 commit 5a45c5a

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Shell

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Shell/Main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ private ProcessStartInfo PrepareProcessStartInfo(string command, bool runAsAdmin
264264
var arguments = parts[1];
265265
info.FileName = filename;
266266
info.ArgumentList.Add(arguments);
267+
info.UseShellExecute = true;
267268
}
268269
else
269270
{

0 commit comments

Comments
 (0)