屏蔽解密输出

This commit is contained in:
nilaoda 2022-12-10 04:17:32 +08:00
parent 619428ae05
commit 74959e3d7d
1 changed files with 2 additions and 2 deletions

View File

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