mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
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:
@@ -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")
|
||||
|
||||
1000
payloads/Config/v0.6.7/config.plist
Normal file
1000
payloads/Config/v0.6.7/config.plist
Normal file
File diff suppressed because it is too large
Load Diff
BIN
payloads/OpenCore/OpenCore-v0.6.7.zip
Normal file
BIN
payloads/OpenCore/OpenCore-v0.6.7.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user