mirror of
https://github.com/lzhoang2801/OpCore-Simplify.git
synced 2026-08-29 00:01:34 +08:00
Exclude research kext
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ class Github:
|
||||
if download_link is None and "<a" in line and "href=\"" in line and "/releases/download" in line:
|
||||
download_link = line.split("href=\"", 1)[1].split("\"", 1)[0]
|
||||
|
||||
if not ("tlwm" in download_link or ("tlwm" not in download_link and "DEBUG" not in download_link.upper())):
|
||||
if not ("tlwm" in download_link or ("tlwm" not in download_link and "RESEARCH" not in download_link.upper() and "DEBUG" not in download_link.upper())):
|
||||
in_li_block = False
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user