From 132f12c8855a1f101fd466bb245d69d408d855dd Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 20 Aug 2024 15:26:55 -0600 Subject: [PATCH] Sync PatcherSupportPkg Attempts to resolve AMDMTLBronze crashing in Sequoia --- opencore_legacy_patcher/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencore_legacy_patcher/constants.py b/opencore_legacy_patcher/constants.py index a6a857ee0..778d3f403 100644 --- a/opencore_legacy_patcher/constants.py +++ b/opencore_legacy_patcher/constants.py @@ -14,7 +14,7 @@ class Constants: def __init__(self) -> None: # Patcher Versioning self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version: str = "1.7.0" # PatcherSupportPkg + self.patcher_support_pkg_version: str = "1.7.1" # PatcherSupportPkg self.copyright_date: str = "Copyright © 2020-2024 Dortania" self.patcher_name: str = "OpenCore Legacy Patcher"