diff --git a/components/files/macospath.cpp b/components/files/macospath.cpp index f98bb72a8f..8a18ed144a 100644 --- a/components/files/macospath.cpp +++ b/components/files/macospath.cpp @@ -97,7 +97,7 @@ namespace Files std::filesystem::path MacOsPath::getLocalPath() const { - return std::filesystem::path("../Resources/"); + return getBinaryPath() / "../Resources"; } std::filesystem::path MacOsPath::getGlobalDataPath() const