mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Update AutoPkgInstaller binary
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
- FeatureUnlock 1.0.9 release
|
- FeatureUnlock 1.0.9 release
|
||||||
- PatcherSupportPkg 0.6.1 - release
|
- PatcherSupportPkg 0.6.1 - release
|
||||||
- BrcmPatchRAM 2.6.3 - release
|
- BrcmPatchRAM 2.6.3 - release
|
||||||
|
- AutoPkgInstaller 1.0.1 - release
|
||||||
|
|
||||||
## 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
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -44,7 +44,7 @@ class Constants:
|
|||||||
self.cpufriend_version = "1.2.5" # CPUFriend
|
self.cpufriend_version = "1.2.5" # CPUFriend
|
||||||
self.bluetool_version = "2.6.3" # BlueToolFixup (BrcmPatchRAM)
|
self.bluetool_version = "2.6.3" # BlueToolFixup (BrcmPatchRAM)
|
||||||
self.cslvfixup_version = "2.6.1" # CSLVFixup
|
self.cslvfixup_version = "2.6.1" # CSLVFixup
|
||||||
self.autopkg_version = "1.0.0" # AutoPkgInstaller
|
self.autopkg_version = "1.0.1" # AutoPkgInstaller
|
||||||
|
|
||||||
## Apple
|
## Apple
|
||||||
## https://www.apple.com
|
## https://www.apple.com
|
||||||
@@ -202,6 +202,7 @@ class Constants:
|
|||||||
self.legacy_accel_support = [
|
self.legacy_accel_support = [
|
||||||
os_data.os_data.big_sur,
|
os_data.os_data.big_sur,
|
||||||
os_data.os_data.monterey,
|
os_data.os_data.monterey,
|
||||||
|
os_data.os_data.ventura,
|
||||||
]
|
]
|
||||||
|
|
||||||
# Payload Location
|
# Payload Location
|
||||||
|
|||||||
Reference in New Issue
Block a user