Force use OpenCore commit 5e4d423 for macOS Tahoe 26 support

https://github.com/acidanthera/OpenCorePkg/commit/5e4d423b14be95124331b6ce6dc55e7e48e7dd6c
This commit is contained in:
Hoang Hong Quan
2025-06-11 13:35:57 +07:00
parent 8e0f2c44b4
commit d3c9a042a8
130 changed files with 5029 additions and 1 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class gatheringFiles:
seen_download_urls = set()
for product in kexts + [{"Name": "OpenCorePkg"}]:
for product in kexts:
if not isinstance(product, dict) and not product.checked:
continue