diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be21b00b..ab6cd8741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ - FeatureUnlock 1.0.9 release - PatcherSupportPkg 0.6.1 - release - BrcmPatchRAM 2.6.3 - release + - AutoPkgInstaller 1.0.1 - release ## 0.4.10 - Resolve Nvidia Kepler support in macOS 12.5 Beta 3 and newer diff --git a/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.0-DEBUG.zip b/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.0-DEBUG.zip deleted file mode 100644 index a8acdad19..000000000 Binary files a/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.0-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.0-RELEASE.zip b/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.0-RELEASE.zip deleted file mode 100644 index c5e501127..000000000 Binary files a/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.0-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.1-DEBUG.zip b/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.1-DEBUG.zip new file mode 100644 index 000000000..fbe420328 Binary files /dev/null and b/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.1-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.1-RELEASE.zip b/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.1-RELEASE.zip new file mode 100644 index 000000000..c5785d44c Binary files /dev/null and b/payloads/Kexts/Acidanthera/AutoPkgInstaller-v1.0.1-RELEASE.zip differ diff --git a/resources/constants.py b/resources/constants.py index 96d59cf33..bfc5e674d 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -44,7 +44,7 @@ class Constants: self.cpufriend_version = "1.2.5" # CPUFriend self.bluetool_version = "2.6.3" # BlueToolFixup (BrcmPatchRAM) self.cslvfixup_version = "2.6.1" # CSLVFixup - self.autopkg_version = "1.0.0" # AutoPkgInstaller + self.autopkg_version = "1.0.1" # AutoPkgInstaller ## Apple ## https://www.apple.com @@ -202,6 +202,7 @@ class Constants: self.legacy_accel_support = [ os_data.os_data.big_sur, os_data.os_data.monterey, + os_data.os_data.ventura, ] # Payload Location