Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2022-09-18 19:03:58 -06:00
parent 101f1197bc
commit 6cec3d0d8c
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,8 @@
- Ensure WhateverGreen is always installed on Mac Pro configurations
- Resolve Safari 16 rendering in macOS 12.6
- Increment Binaries:
- PatcherSupportPkg 0.5.3 - release
- PatcherSupportPkg 0.5.4 - release
- Resolve Nvidia OpenCL support in Monterey
## 0.4.10
- Resolve Nvidia Kepler support in macOS 12.5 Beta 3 and newer

View File

@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.11" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.5.3" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.5.4" # 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"