From 09cfaf9af88c3c9106a7722ff4b3cd145b50a2e6 Mon Sep 17 00:00:00 2001 From: shweet Date: Thu, 18 Dec 2025 01:15:10 -0500 Subject: [PATCH] bro --- src/render.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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