diff --git a/CHANGELOG.md b/CHANGELOG.md index 0521ccab1..0bce23070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Add CPUFriend support to resolve X86PlatformPlugin clashes - (1.2.3 c388a62 release) - Fix crash with MacBookAir5,x +- Fix hibernation support ## 0.0.12 - Convert OpenCore-Patcher binary to OpenCore-Patcher.app diff --git a/Resources/build.py b/Resources/build.py index dd5269758..42ecaf19d 100644 --- a/Resources/build.py +++ b/Resources/build.py @@ -191,6 +191,8 @@ class BuildOpenCore: shutil.rmtree(self.constants.resources_path, onerror=rmtree_handler) shutil.copy(self.constants.gui_path, self.constants.oc_folder) self.config["UEFI"]["Drivers"] = ["OpenCanopy.efi", "OpenRuntime.efi"] + # Hibernation Patch + self.config["Booter"]["Quirks"]["DiscardHibernateMap"] = True def set_smbios(self): spoofed_model = self.model