Sync binaries

This commit is contained in:
Mykola Grymalyuk
2022-11-19 12:09:40 -07:00
parent b94a1bf9cf
commit 70402af1d7
5 changed files with 3 additions and 2 deletions

View File

@@ -20,13 +20,14 @@
- Patch out PlatformSupport.plist instead, allows for less maintenance overall - Patch out PlatformSupport.plist instead, allows for less maintenance overall
- Add support for AMD GOP injection (AMDGOP.efi) - Add support for AMD GOP injection (AMDGOP.efi)
- For MXM iMacs and Mac Pros with GPU VBIOS lacking GOP support (ie. no UEFI output even after OC loads) - For MXM iMacs and Mac Pros with GPU VBIOS lacking GOP support (ie. no UEFI output even after OC loads)
- Hide OpenCore Boot Picker when waking from hibernation
- Increment Binaries: - Increment Binaries:
- AirPortBrcmFixup 2.1.6 - release - AirPortBrcmFixup 2.1.6 - release
- AppleALC 1.7.6 - release - AppleALC 1.7.6 - release
- CryptexFixup 1.0.1 - release - CryptexFixup 1.0.1 - release
- DebugEnhancer 1.0.7 - release - DebugEnhancer 1.0.7 - release
- FeatureUnlock 1.1.0 - release - FeatureUnlock 1.1.0 - release
- OpenCorePkg 0.8.7 - rolling (5061093) - OpenCorePkg 0.8.7 - rolling (fcb4e33)
- RestrictEvents 1.0.9 - release - RestrictEvents 1.0.9 - release
- WhateverGreen 1.6.1 - release - WhateverGreen 1.6.1 - release

Binary file not shown.

Binary file not shown.

View File

@@ -218,7 +218,7 @@ class build_misc:
if self.constants.showpicker is False: if self.constants.showpicker is False:
print("- Hiding OpenCore picker") print("- Hiding OpenCore picker")
self.config["Misc"]["Boot"]["ShowPicker"] = "Hide" self.config["Misc"]["Boot"]["ShowPicker"] = "Never"
if self.constants.oc_timeout != 5: if self.constants.oc_timeout != 5:
print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds") print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds")