From b2df927b0c67139c30e6e72ec78538c92701ca7d Mon Sep 17 00:00:00 2001 From: Onn Date: Wed, 3 Dec 2025 09:54:38 +0700 Subject: [PATCH] Update note for OpenCore Legacy Patcher 3.0.0 --- OpCore-Simplify.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index 7802519..4f402ee 100644 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -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":