From 3e691cc17f20048add094b7db62ca3475fea76a9 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Thu, 1 May 2025 12:07:16 +0200 Subject: [PATCH] Update macOS Steam path (for download_depot) --- src/openrct2/platform/Platform.macOS.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;