1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

macOS: Look in /Applications for RCT Classic(+) installs

This commit is contained in:
Gymnasiast
2025-04-17 21:20:29 +02:00
parent 76cc04d044
commit 007582595b

View File

@@ -289,7 +289,7 @@ namespace OpenRCT2::Platform
std::vector<std::string_view> GetSearchablePathsRCT2()
{
return {};
return { "/Applications" };
}
} // namespace OpenRCT2::Platform