This commit is contained in:
2025-12-18 01:15:10 -05:00
parent 4475c79438
commit 09cfaf9af8

View File

@@ -116,8 +116,8 @@ namespace anm2ed
command += " 2>&1"; command += " 2>&1";
#if _WIN32 #if _WIN32
command = "powershell -Command \"& " + command + " | Tee-Object -FilePath " + command = "powershell -Command '& " + command + " | Tee-Object -FilePath " +
string::quote(ffmpegTempPathString) + " -Append\""; string::quote(ffmpegTempPathString) + " -Append'";
#else #else
command += " | tee -a " + string::quote(loggerPathString); command += " | tee -a " + string::quote(loggerPathString);
#endif #endif