屏蔽解密输出
This commit is contained in:
parent
619428ae05
commit
74959e3d7d
|
@ -69,8 +69,8 @@ namespace N_m3u8DL_RE.Util
|
||||||
{
|
{
|
||||||
FileName = name,
|
FileName = name,
|
||||||
Arguments = arg,
|
Arguments = arg,
|
||||||
//RedirectStandardOutput = true,
|
RedirectStandardOutput = true,
|
||||||
//RedirectStandardError = true,
|
RedirectStandardError = true,
|
||||||
CreateNoWindow = true,
|
CreateNoWindow = true,
|
||||||
UseShellExecute = false
|
UseShellExecute = false
|
||||||
})!.WaitForExitAsync();
|
})!.WaitForExitAsync();
|
||||||
|
|
Loading…
Reference in New Issue