mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Fix URL error message
This commit is contained in:
@@ -326,7 +326,7 @@ class PatchSysVolume:
|
|||||||
os.remove(self.constants.payload_apple_root_path_zip)
|
os.remove(self.constants.payload_apple_root_path_zip)
|
||||||
else:
|
else:
|
||||||
print("- Download failed, please verify the below link works:")
|
print("- Download failed, please verify the below link works:")
|
||||||
print(self.constants.url_apple_binaries)
|
print(f"{self.constants.url_apple_binaries}{self.constants.payload_version}")
|
||||||
|
|
||||||
def start_patch(self):
|
def start_patch(self):
|
||||||
# Check SIP
|
# Check SIP
|
||||||
|
|||||||
Reference in New Issue
Block a user