diff --git a/src/render.cpp b/src/render.cpp index 34f9307..007d0b3 100644 --- a/src/render.cpp +++ b/src/render.cpp @@ -116,8 +116,8 @@ namespace anm2ed command += " 2>&1"; #if _WIN32 - command = "powershell -Command \"& " + command + " | Tee-Object -FilePath " + - string::quote(ffmpegTempPathString) + " -Append\""; + command = "powershell -Command '& " + command + " | Tee-Object -FilePath " + + string::quote(ffmpegTempPathString) + " -Append'"; #else command += " | tee -a " + string::quote(loggerPathString); #endif