mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Return correct download link for iasl
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ class DSDT:
|
|||||||
|
|
||||||
for line in latest_release.get("body", "").splitlines():
|
for line in latest_release.get("body", "").splitlines():
|
||||||
if "iasl" in line and ".zip" in line:
|
if "iasl" in line and ".zip" in line:
|
||||||
return line.split("(")[-1].split(")")[0]
|
return line.split("\"")[1]
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user