Fix compatibility on older firmwares

references https://github.com/dortania/Opencore-Legacy-Patcher/issues/59
references https://github.com/acidanthera/bugtracker/issues/1502
This commit is contained in:
kommtzeitkonrad
2021-02-18 22:14:28 +01:00
parent 079d4e0564
commit 0e9d00caf9
3 changed files with 1002 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import subprocess
import sys
# List build versions
opencore_version = "0.6.6"
opencore_version = "0.6.7"
lilu_version = "1.5.1"
whatevergreen_version = "1.4.7"
airportbcrmfixup_version = "2.1.2"
@@ -76,4 +76,4 @@ macserial_path = os.path.join(current_path, "payloads/" "Tools")
# Icons
app_icon_path = os.path.join(current_path, "OC-Patcher.icns")
icon_path = os.path.join(current_path, "payloads/Icon/" ".VolumeIcon.icns")
gui_path = os.path.join(current_path, "payloads/Icon/" "Resources.zip")
gui_path = os.path.join(current_path, "payloads/Icon/" "Resources.zip")

File diff suppressed because it is too large Load Diff

Binary file not shown.