| 53 | } |
| 54 | |
| 55 | inline std::filesystem::path getExecutableDir() { |
| 56 | return getExecutablePath().parent_path(); |
| 57 | } |
| 58 | |
| 59 | // Resource lookup: production (bin/../share/LichtFeld-Studio) or dev (build/resources) |
| 60 | inline std::filesystem::path getResourceBaseDir() { |
no test coverage detected