mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
Sync PatcherSupportPkg
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@
|
|||||||
- Ensure WhateverGreen is always installed on Mac Pro configurations
|
- Ensure WhateverGreen is always installed on Mac Pro configurations
|
||||||
- Resolve Safari 16 rendering in macOS 12.6
|
- Resolve Safari 16 rendering in macOS 12.6
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- PatcherSupportPkg 0.5.3 - release
|
- PatcherSupportPkg 0.5.4 - release
|
||||||
|
- Resolve Nvidia OpenCL support in Monterey
|
||||||
|
|
||||||
## 0.4.10
|
## 0.4.10
|
||||||
- Resolve Nvidia Kepler support in macOS 12.5 Beta 3 and newer
|
- Resolve Nvidia Kepler support in macOS 12.5 Beta 3 and newer
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class Constants:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version = "0.4.11" # OpenCore-Legacy-Patcher
|
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.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.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
|
||||||
self.discord_link = "https://discord.gg/rqdPgH8xSN"
|
self.discord_link = "https://discord.gg/rqdPgH8xSN"
|
||||||
|
|||||||
Reference in New Issue
Block a user