修复某些程序无法退出问题

This commit is contained in:
nilaoda 2022-08-15 14:22:11 +08:00
parent caf690c229
commit 6dba4eccf5
1 changed files with 3 additions and 2 deletions

View File

@ -69,8 +69,9 @@ namespace N_m3u8DL_RE.Util
{ {
FileName = name, FileName = name,
Arguments = arg, Arguments = arg,
RedirectStandardOutput = true, //RedirectStandardOutput = true,
RedirectStandardError = true, //RedirectStandardError = true,
CreateNoWindow = true,
UseShellExecute = false UseShellExecute = false
})!.WaitForExitAsync(); })!.WaitForExitAsync();
} }