mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-16 20:30:00 +10:00
Resolves firmware bricking issues
Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/43 Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/42 Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/40 Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/38 Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/32 Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/15
This commit is contained in:
@@ -68,8 +68,13 @@ def BuildEFI():
|
||||
print("- Adding WhateverGreen v%s" % Versions.whatevergreen_version)
|
||||
copy(Versions.whatevergreen_path, Versions.kext_path_build)
|
||||
|
||||
print("- Adding RestrictEvents v%s" % Versions.restrictevents_version)
|
||||
copy(Versions.restrictevents_path, Versions.kext_path_build)
|
||||
if current_model in ModelArray.MacPro71:
|
||||
print("- Adding RestrictEvents v%s" % Versions.restrictevents_version)
|
||||
copy(Versions.restrictevents_path, Versions.kext_path_build)
|
||||
Versions.plist_data = Versions.plist_data.replace(
|
||||
"<false/><!--RestrictEvents-->",
|
||||
"<true/><!--RestrictEvents-->"
|
||||
)
|
||||
|
||||
# Checks for kexts
|
||||
# CPU Kext Patches
|
||||
|
||||
Reference in New Issue
Block a user