mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix ShellExecCmdLine fucntion. Using global::System.Diagnostics.Process.Start to run program without working directory specifying.
This commit is contained in:
parent
2a0e641de7
commit
cf76c943b8
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ namespace Wox.Infrastructure
|
|||
startInfo.WindowStyle = global::System.Diagnostics.ProcessWindowStyle.Normal;
|
||||
startInfo.ErrorDialog = (dwSeclFlags | ShellExecCmdLineFlags.SECL_NO_UI) == 0;
|
||||
startInfo.ErrorDialogParentHandle = hwnd;
|
||||
|
||||
startInfo.WorkingDirectory = startDir;
|
||||
try
|
||||
{
|
||||
global::System.Diagnostics.Process.Start(startInfo);
|
||||
|
|
|
|||
Loading…
Reference in a new issue