Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2022-05-16 12:42:01 -06:00
parent 77bf82d65a
commit 71424e4c6d
2 changed files with 6 additions and 1 deletions

View File

@@ -28,6 +28,11 @@
- Add error handling to non-standard/malformed OpenCore Boot Path
- Non-Metal Enhancements:
- Add work-around to double clock bug introduced in macOS 12.4
- Resolve non-functioning Dismiss buttons bug introduced in macOS 12.4
- Refresh Status Bar when item length changes
- Add smoother transition for auto appearance
- Increment Binaries:
- PatcherSupportPkg 0.4.1 - release
## 0.4.4
- Lower SIP requirement for Root Patching

View File

@@ -15,7 +15,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.5" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.4.0" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.4.1" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
self.discord_link = "https://discord.gg/rqdPgH8xSN"