1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Update macOS Steam path (for download_depot)

This commit is contained in:
Michael Steenbeek
2025-05-01 12:07:16 +02:00
committed by GitHub
parent 5a70a08b48
commit 3e691cc17f

View File

@@ -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;