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