Merge pull request #2662 from Flow-Launcher/taooceros-patch-1

Use Shell Execute for Shell Plugin RunCommand
This commit is contained in:
DB P 2024-04-24 04:15:19 +09:00 committed by GitHub
commit 6072db5680
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
{