Fix pythong 3.8 support and XhciDxe

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/240
This commit is contained in:
Mykola Grymalyuk
2021-05-23 11:37:48 -06:00
parent 98bc71e46a
commit 8e1809cf3d
2 changed files with 4 additions and 4 deletions

View File

@@ -489,7 +489,7 @@ class BuildOpenCore:
print("- Adding OpenCanopy GUI")
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"]
self.config["UEFI"]["Drivers"] += ["OpenCanopy.efi", "OpenRuntime.efi"]
# Exfat check
if self.model in ModelArray.NoExFat:
print("- Adding ExFatDxeLegacy.efi")