OpenCore: Refactor generation script

Ensures utilities shipped with OpenCorePkg are always in-sync
This commit is contained in:
Mykola Grymalyuk
2022-12-25 12:21:51 -07:00
parent 549cb9fc9a
commit 1cc6d50474
8 changed files with 260 additions and 91 deletions
+2 -2
View File
@@ -570,7 +570,7 @@ class Constants:
# Tools
@property
def macserial_path(self):
return self.payload_path / Path("Tools/macserial")
return self.payload_path / Path("OpenCore/macserial")
@property
def gfxutil_path(self):
@@ -582,7 +582,7 @@ class Constants:
@property
def ocvalidate_path(self):
return self.payload_path / Path(f"Tools/ocvalidate-{self.opencore_version}")
return self.payload_path / Path(f"OpenCore/ocvalidate")
@property
def oclp_helper_path(self):