Sync PatcherSupportPkg

This commit is contained in:
educovas
2023-05-21 22:14:59 -03:00
committed by GitHub
parent bfe8776a1a
commit 89ef9fb904
2 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,9 @@
- Patch currently limited to Ventura and newer
- Restore Function Keys on MacBook5,2 and MacBook4,1
- Implementation by [@jazzzny](https://github.com/Jazzzny)
- Update non-Metal Binaries:
- Resolves cryptexd and sshd crashes
- Resolves screen recording regression
- Resolve Application alias not being created with AutoPatcher
- Backend changes:
- Rename OCLP-Helper to OpenCore-Patcher
@@ -42,7 +45,7 @@
- Avoids displaying prompts with `osascript` in the title
- Due to limitations, only used for installer creation and OpenCore installation
- Increment Binaries:
- PatcherSupportPkg 1.0.1 - release
- PatcherSupportPkg 1.0.2 - release
- OpenCorePkg 0.9.2 - release
- Lilu 1.6.6 - rolling (d8f3782)
- RestrictEvents 1.1.1 - release

View File

@@ -13,7 +13,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.6" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.0.1" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.0.2" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"