From d9cdf6291ee6df675c28827b14096eaf5388b897 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 30 Jul 2024 01:40:55 +0700 Subject: [PATCH] Omission in changing the value of UpdateSMBIOSMode during the previous update --- Scripts/config_prodigy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/config_prodigy.py b/Scripts/config_prodigy.py index 1ef7ed9..25e73b7 100755 --- a/Scripts/config_prodigy.py +++ b/Scripts/config_prodigy.py @@ -343,6 +343,7 @@ class ConfigProdigy: if efi_option.get("Custom CPU Name"): config["PlatformInfo"]["Generic"]["ProcessorType"] = 1537 if int(hardware["CPU Cores"]) < 8 else 3841 config["PlatformInfo"]["Generic"]["ROM"] = self.utils.hex_to_bytes(config["PlatformInfo"]["Generic"]["ROM"]) + config["PlatformInfo"]["UpdateSMBIOSMode"] = "Custom" config["UEFI"]["APFS"]["MinDate"] = config["UEFI"]["APFS"]["MinVersion"] = -1 config["UEFI"]["Drivers"] = self.load_drivers()