1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 12:35:46 +00:00

More facism appeasement

This commit is contained in:
AnyOldName3 2023-05-14 23:37:41 +00:00 committed by Bret Curtis
parent 3bb8540f1d
commit 82bc924e08

View File

@ -44,8 +44,8 @@ int runBinary(
std::filesystem::path psScriptPath = std::filesystem::temp_directory_path()
/ ("openmw_iniimporter_tests_" + std::to_string(std::time(nullptr)) + ".ps1");
std::wofstream psScriptFile(psScriptPath);
psScriptFile << L"\uFEFF& '" << binaryPath.native() << L"' -i '" << iniPath.native() << L"' -c '" << cfgPath.native()
<< "'" << std::endl;
psScriptFile << L"\uFEFF& '" << binaryPath.native() << L"' -i '" << iniPath.native() << L"' -c '"
<< cfgPath.native() << "'" << std::endl;
psScriptFile.close();
std::wstringstream psCmd;