Increment Binaries

This commit is contained in:
Mykola Grymalyuk
2022-10-04 11:11:36 -06:00
parent 3e25b74ee8
commit 2e74debefa
13 changed files with 35 additions and 6 deletions
+1
View File
@@ -846,6 +846,7 @@ class BuildOpenCore:
self.get_efi_binary_by_path("OpenCanopy.efi", "UEFI", "Drivers")["Enabled"] = True
self.get_efi_binary_by_path("OpenRuntime.efi", "UEFI", "Drivers")["Enabled"] = True
self.get_efi_binary_by_path("OpenLinuxBoot.efi", "UEFI", "Drivers")["Enabled"] = True
self.get_efi_binary_by_path("ResetNvramEntry.efi", "UEFI", "Drivers")["Enabled"] = True
# Exfat check
if smbios_data.smbios_dictionary[self.model]["CPU Generation"] < cpu_data.cpu_data.sandy_bridge.value:
# Sandy Bridge and newer Macs natively support ExFat