mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
- OpenCore 0.7.5 - release
|
- OpenCore 0.7.5 - release
|
||||||
- BrcmPatchRAM 2.6.1 - release
|
- BrcmPatchRAM 2.6.1 - release
|
||||||
- WhateverGreen 1.5.5 - release
|
- WhateverGreen 1.5.5 - release
|
||||||
- PatcherSupportPkg 0.2.2 - release
|
- PatcherSupportPkg 0.2.4 - release
|
||||||
- FeatureUnlock 1.0.4 - rolling (4161389)
|
- FeatureUnlock 1.0.4 - rolling (4161389)
|
||||||
- Fix AirPlay to Mac on macOS 12.1
|
- Fix AirPlay to Mac on macOS 12.1
|
||||||
- Add macOS InstallAssistant downloader to TUI
|
- Add macOS InstallAssistant downloader to TUI
|
||||||
|
|||||||
@@ -2700,6 +2700,7 @@ smbios_dictionary = {
|
|||||||
],
|
],
|
||||||
"Stock Storage": [
|
"Stock Storage": [
|
||||||
"SATA 3.5",
|
"SATA 3.5",
|
||||||
|
"PATA",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"ADP3,2": {
|
"ADP3,2": {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Constants:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version = "0.3.2" # OpenCore-Legacy-Patcher
|
self.patcher_version = "0.3.2" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version = "0.2.2" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.2.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/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user