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:
committed by
GitHub
parent
5a70a08b48
commit
3e691cc17f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user