Skip to content

Commit

Permalink
Merge pull request #2662 from Flow-Launcher/taooceros-patch-1
Browse files Browse the repository at this point in the history
Use Shell Execute for Shell Plugin RunCommand
  • Loading branch information
onesounds authored Apr 23, 2024
2 parents a9b4187 + 5a45c5a commit 6072db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/Flow.Launcher.Plugin.Shell/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ private ProcessStartInfo PrepareProcessStartInfo(string command, bool runAsAdmin
var arguments = parts[1];
info.FileName = filename;
info.ArgumentList.Add(arguments);
info.UseShellExecute = true;
}
else
{
Expand Down

0 comments on commit 6072db5

Please sign in to comment.