Update note for OpenCore Legacy Patcher 3.0.0

This commit is contained in:
Onn
2025-12-03 09:54:38 +07:00
parent ae4d27079b
commit b2df927b0c
+5 -4
View File
@@ -120,12 +120,13 @@ class OCPE:
print("")
print("3. OpenCore Legacy Patcher is not officially supported for Hackintosh community.")
print("")
print("\033[91mImportant:\033[0m")
print("\033[1;91mImportant:\033[0m")
print("Please consider these risks carefully before proceeding.")
print("")
print("\033[1;93mNote:\033[0m")
print("If you experience black screen after login with OpenCore Legacy Patcher v2.2.0 or newer")
print("after applying root patches, please revert to version v2.1.2.")
print("\033[1;96mSupport for macOS Tahoe 26:\033[0m")
print("To patch macOS Tahoe 26, you must download OpenCore-Patcher 3.0.0 or newer from")
print("my repository: \033[4mlzhoang2801/OpenCore-Legacy-Patcher\033[0m on GitHub.")
print("Older or official Dortania releases are NOT supported for Tahoe 26.")
print("")
option = self.u.request_input("Do you want to continue with OpenCore Legacy Patcher? (yes/No): ").strip().lower()
if option == "yes":