From eeeb222896beda8d59e88d83b9bd703a29869f36 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sun, 28 Mar 2021 17:24:49 -0600 Subject: [PATCH] Fix typo --- Resources/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/build.py b/Resources/build.py index 1befe7584..d18c3f75a 100644 --- a/Resources/build.py +++ b/Resources/build.py @@ -252,7 +252,7 @@ class BuildOpenCore: # Add UGA to GOP layer if self.model in ModelArray.UGAtoGOP: print("- Adding UGA to GOP Patch") - self.config["UEFI"]["ProtocolOverrides"]["GopPassThrough"] = True + self.config["UEFI"]["Output"]["GopPassThrough"] = True # ThridPartDrives Check if self.model not in ModelArray.NoSATAPatch: