mgggggggggggh

This commit is contained in:
2025-12-17 23:58:31 -05:00
parent 62c845f47b
commit e81030d9e3

View File

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