mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Fix typo
This commit is contained in:
@@ -345,7 +345,7 @@ class PatchSysVolume:
|
|||||||
file.write(chunk)
|
file.write(chunk)
|
||||||
count += len(chunk)
|
count += len(chunk)
|
||||||
Utilities.cls()
|
Utilities.cls()
|
||||||
print("- Downloading Apple binaries (Big Sur) from PatcherSupportPkg")
|
print(f"- Downloading Apple binaries ({os_ver}) from PatcherSupportPkg")
|
||||||
print(f"- {count / 1024 / 1024}MB Downloaded")
|
print(f"- {count / 1024 / 1024}MB Downloaded")
|
||||||
checksum = hashlib.sha256()
|
checksum = hashlib.sha256()
|
||||||
with self.constants.payload_apple_root_path_zip.open("rb") as file:
|
with self.constants.payload_apple_root_path_zip.open("rb") as file:
|
||||||
@@ -485,7 +485,6 @@ class PatchSysVolume:
|
|||||||
print("- Starting Patch Process")
|
print("- Starting Patch Process")
|
||||||
print(f"- Determinging Required Patch set for Darwin {self.constants.detected_os}")
|
print(f"- Determinging Required Patch set for Darwin {self.constants.detected_os}")
|
||||||
self.detect_patch_set()
|
self.detect_patch_set()
|
||||||
self.check_files()
|
|
||||||
if self.no_patch is False and self.constants.gui_mode is False:
|
if self.no_patch is False and self.constants.gui_mode is False:
|
||||||
change_menu = input("Would you like to continue with Root Volume Patching?(y/n): ")
|
change_menu = input("Would you like to continue with Root Volume Patching?(y/n): ")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user