diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..a4e87186 Binary files /dev/null and b/.DS_Store differ diff --git a/lib/.DS_Store b/lib/.DS_Store new file mode 100644 index 00000000..1b20ab6f Binary files /dev/null and b/lib/.DS_Store differ diff --git a/src/Cool/Path/PathsConfig.cpp b/src/Cool/Path/PathsConfig.cpp index a25dedf6..56880c04 100644 --- a/src/Cool/Path/PathsConfig.cpp +++ b/src/Cool/Path/PathsConfig.cpp @@ -25,11 +25,9 @@ auto PathsConfig::root() const -> std::filesystem::path // This is important because only the ones at the root are tracked in Git. return COOL_DEBUG_ONLY__CMAKE_SOURCE_DIR; #else -#if defined(__APPLE__) - return exe_path::dir() / "../Resources/bin"; // This is how a MacOS bundle is structured: https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#bundle-layout -#else - return exe_path::dir(); -#endif +//TODO(Launcher) +return exe_path::dir(); // This is how a MacOS bundle is structured: https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#bundle-layout + #endif }