1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 09:56:37 +00:00

Fix MacOS even more

This commit is contained in:
AnyOldName3 2025-06-19 19:55:26 +01:00
parent bee9716262
commit 71d334fe79

View file

@ -97,7 +97,7 @@ namespace Files
std::filesystem::path MacOsPath::getLocalPath() const
{
return getBinaryPath() / "../Resources";
return getBinaryPath().parent_path().parent_path() / "Resources";
}
std::filesystem::path MacOsPath::getGlobalDataPath() const