mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix parameter issue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5ddf705a2f
commit
6843fe0ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ namespace Flow.Launcher
|
|||
FileName = filePath,
|
||||
WorkingDirectory = workingDirectory,
|
||||
Arguments = arguments,
|
||||
UseShellExecute = true,
|
||||
UseShellExecute = useShellExecute,
|
||||
Verb = verb,
|
||||
};
|
||||
Process.Start(info)?.Dispose();
|
||||
|
|
|
|||
Loading…
Reference in a new issue