Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2025-03-30 14:14:04 -06:00
parent 27b48c97f9
commit d1459344e4
2 changed files with 7 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "2.3.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.9.1" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.9.2" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2025 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"