diff --git a/Build-Binary.command b/Build-Binary.command index 95e6212b9..c2806e7f5 100755 --- a/Build-Binary.command +++ b/Build-Binary.command @@ -118,6 +118,7 @@ class create_binary: "AutoPkg-Assets.pkg.zip", "InstallAssistant.pkg", "InstallAssistant.pkg.integrityDataV1", + "KDK.dmg", ] print("- Deleting extra binaries...") for file in Path("payloads").glob(pattern="*"): diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a75b3f8..457f9073f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,9 @@ - Resolve OpenCL support for legacy Metal Intel iGPUs - Implement Automatic Rosetta Cryptex installation on OS installs and updates - Drops need for manual OS.dmg swapping on pre-Haswell + - Implement automatic Kernel Debug Kit downloader for systems requiring Boot/SysKC rebuilding + - ex. AMD GCN + - Relies on N-1 system for when matching KDK is not present - Increment Binaries: - OpenCorePkg 0.8.3 release - Lilu 1.6.2 - release