mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Increment PatcherSupportPkg
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- Resolve Macmini4,1 HDEF pathing
|
- Resolve Macmini4,1 HDEF pathing
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- FeatureUnlock 1.0.6 - rolling (d296645)
|
- FeatureUnlock 1.0.6 - rolling (d296645)
|
||||||
|
- PatcherSupportPkg 0.3.0
|
||||||
- Resolve SIP and SecureBootModel not disabling by default on some non-Metal Mac Pros
|
- Resolve SIP and SecureBootModel not disabling by default on some non-Metal Mac Pros
|
||||||
- Add Content Caching support configurability
|
- Add Content Caching support configurability
|
||||||
- Limit SurPlus patchset to 20.4.0 - 21.1.0
|
- Limit SurPlus patchset to 20.4.0 - 21.1.0
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Constants:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version = "0.4.2" # OpenCore-Legacy-Patcher
|
self.patcher_version = "0.4.2" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version = "0.2.9" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.3.0" # 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