mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 21:24:40 +10:00
Sync PatcherSupportPkg
Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/569
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
- Add Legacy GMUX patchsets
|
- Add Legacy GMUX patchsets
|
||||||
- Applicable for dual GPU MacBookPro5,x and demuxed MacBookPro8,x
|
- Applicable for dual GPU MacBookPro5,x and demuxed MacBookPro8,x
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- PatcherSupportPkg 0.1.6 release
|
- PatcherSupportPkg 0.1.7 release
|
||||||
- RestrictEvents 1.0.5 rolling (2430ed0)
|
- RestrictEvents 1.0.5 rolling (2430ed0)
|
||||||
- Limit MacBookPro6,2 G State
|
- Limit MacBookPro6,2 G State
|
||||||
- Works around crashing when switching GPUs
|
- Works around crashing when switching GPUs
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version = "0.3.0" # OpenCore-Legacy-Patcher
|
self.patcher_version = "0.3.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version = "0.1.6" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.1.7" # 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/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user