diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index 591af79b3..4ba8f5a74 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -605,7 +605,7 @@ namespace Flow.Launcher FileName = filePath, WorkingDirectory = workingDirectory, Arguments = arguments, - UseShellExecute = true, + UseShellExecute = useShellExecute, Verb = verb, }; Process.Start(info)?.Dispose();