mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user