mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 08:46:36 +00:00
Fix MacOS even more
This commit is contained in:
parent
bee9716262
commit
71d334fe79
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ namespace Files
|
||||||
|
|
||||||
std::filesystem::path MacOsPath::getLocalPath() const
|
std::filesystem::path MacOsPath::getLocalPath() const
|
||||||
{
|
{
|
||||||
return getBinaryPath() / "../Resources";
|
return getBinaryPath().parent_path().parent_path() / "Resources";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::filesystem::path MacOsPath::getGlobalDataPath() const
|
std::filesystem::path MacOsPath::getGlobalDataPath() const
|
||||||
|
|
Loading…
Reference in a new issue