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:
@@ -289,7 +289,7 @@ namespace OpenRCT2::Platform
|
||||
|
||||
std::vector<std::string_view> GetSearchablePathsRCT2()
|
||||
{
|
||||
return {};
|
||||
return { "/Applications" };
|
||||
}
|
||||
} // namespace OpenRCT2::Platform
|
||||
|
||||
|
||||
Reference in New Issue
Block a user