Merge pull request #57 from kommtzeitkonrad/main

Fix compatibility on older firmwares
This commit is contained in:
Mykola Grymalyuk
2021-02-18 14:36:39 -07:00
committed by GitHub
5 changed files with 1020 additions and 21 deletions
+1 -2
View File
@@ -40,7 +40,7 @@ while MainMenu:
print(" Your model is not supported by this patcher!") print(" Your model is not supported by this patcher!")
print("") print("")
print(" If you plan to create the USB for another machine,") print(" If you plan to create the USB for another machine,")
print(" please select option 5") print(" please select option 3")
print(subheader) print(subheader)
print("") print("")
elif BuildOpenCore.current_model in ("MacPro3,1", "iMac7,1"): elif BuildOpenCore.current_model in ("MacPro3,1", "iMac7,1"):
@@ -206,4 +206,3 @@ while MainMenu:
else: else:
print("\n Not Valid Choice Try again") print("\n Not Valid Choice Try again")
MainMenu=True MainMenu=True
+1 -1
View File
@@ -389,7 +389,7 @@ def MoveOpenCore():
print("") print("")
efiVol = "/Volumes/EFI" efiVol = "/Volumes/EFI"
if os.path.exists(efiVol): if os.path.exists(efiVol):
print("Coping OpenCore onto Volumes/EFI") print("Copying OpenCore onto Volumes/EFI")
if os.path.exists("/Volumes/EFI/EFI"): if os.path.exists("/Volumes/EFI/EFI"):
print("Cleaning EFI folder") print("Cleaning EFI folder")
rmtree("/Volumes/EFI/EFI") rmtree("/Volumes/EFI/EFI")
+1 -1
View File
@@ -11,7 +11,7 @@ import subprocess
import sys import sys
# List build versions # List build versions
opencore_version = "0.6.6" opencore_version = "0.6.7"
lilu_version = "1.5.1" lilu_version = "1.5.1"
whatevergreen_version = "1.4.7" whatevergreen_version = "1.4.7"
airportbcrmfixup_version = "2.1.2" airportbcrmfixup_version = "2.1.2"
File diff suppressed because it is too large Load Diff
Binary file not shown.