diff --git a/src/openrct2/platform/Platform.macOS.mm b/src/openrct2/platform/Platform.macOS.mm index 80a9edf710..f527bae106 100644 --- a/src/openrct2/platform/Platform.macOS.mm +++ b/src/openrct2/platform/Platform.macOS.mm @@ -244,7 +244,7 @@ namespace OpenRCT2::Platform } auto steamPath = Path::Combine( - homeDir, "Library/Application Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/steamapps"); + homeDir, "Library/Application Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/steamapps/content"); if (Path::DirectoryExists(steamPath)) { return steamPath;