From 5696dcd934eedba0c8a5403fff13270eeb1afa7c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 31 Oct 2021 09:48:06 -0600 Subject: [PATCH] Fix tabbing --- resources/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/build.py b/resources/build.py index 9cba35b98..62d6dc5e8 100644 --- a/resources/build.py +++ b/resources/build.py @@ -780,7 +780,7 @@ class BuildOpenCore: if self.constants.dGPU_switch is True: smbios_data.smbios_dictionary[self.model]["Switchable GPUs"] print("- Allowing GMUX switching in Windows") - self.config["Booter"]["Quirks"]["SignalAppleOS"] = True + self.config["Booter"]["Quirks"]["SignalAppleOS"] = True except KeyError: pass if self.constants.allow_fv_root is True: