mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
OcBinaryData has been added previously to OpenCore EFI
This commit is contained in:
@@ -13,7 +13,6 @@ class builder:
|
|||||||
self.config = config_prodigy.ConfigProdigy()
|
self.config = config_prodigy.ConfigProdigy()
|
||||||
self.kext = kext_maestro.KextMaestro()
|
self.kext = kext_maestro.KextMaestro()
|
||||||
self.utils = utils.Utils()
|
self.utils = utils.Utils()
|
||||||
self.oc_binary_data_dir = os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))), "OcBinaryData")
|
|
||||||
self.intel_igpu_properties = {
|
self.intel_igpu_properties = {
|
||||||
"Ice Lake": {
|
"Ice Lake": {
|
||||||
"Laptop": {
|
"Laptop": {
|
||||||
@@ -307,7 +306,6 @@ class builder:
|
|||||||
|
|
||||||
source_efi_dir = os.path.join(self.kext.ock_files_dir, "OpenCore")
|
source_efi_dir = os.path.join(self.kext.ock_files_dir, "OpenCore")
|
||||||
shutil.copytree(source_efi_dir, efi_directory, dirs_exist_ok=True)
|
shutil.copytree(source_efi_dir, efi_directory, dirs_exist_ok=True)
|
||||||
shutil.copytree(self.oc_binary_data_dir, os.path.join(efi_directory, "EFI", "OC"), dirs_exist_ok=True)
|
|
||||||
|
|
||||||
hardware_shorc = {}
|
hardware_shorc = {}
|
||||||
hardware_shorc["Motherboard Name"] = hardware["Motherboard"].get("Motherboard Name").upper()
|
hardware_shorc["Motherboard Name"] = hardware["Motherboard"].get("Motherboard Name").upper()
|
||||||
|
|||||||
Reference in New Issue
Block a user