Skip to content

Commit 6072db5

Browse files
authored
Merge pull request #2662 from Flow-Launcher/taooceros-patch-1
Use Shell Execute for Shell Plugin RunCommand
2 parents a9b4187 + 5a45c5a commit 6072db5

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)