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:
parent
3bb8540f1d
commit
82bc924e08
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user