Sync kexts to official releases

This commit is contained in:
Mykola Grymalyuk
2024-08-30 10:07:53 -06:00
parent 2753f88bfa
commit 24cc303530
40 changed files with 10 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -259,7 +259,7 @@ class GenerateKexts:
def _update_constants_file(self, variable_name, old_version, new_version):
print(f" Updating {variable_name} to {new_version}...")
constants_file = Path("../../resources/constants.py")
constants_file = Path("../../opencore_legacy_patcher/constants.py")
if not constants_file.exists():
raise Exception("Constants file does not exist")
constants_file_contents = constants_file.read_text()