mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add retrieve iasl from GitHub release assets
This commit is contained in:
@@ -273,6 +273,10 @@ class DSDT:
|
||||
if "iasl" in line and ".zip" in line:
|
||||
return line.split("\"")[1]
|
||||
|
||||
for asset in latest_release.get("assets", []):
|
||||
if "/iasl" in asset.get("url") and ".zip" in asset.get("url"):
|
||||
return asset.get("url")
|
||||
|
||||
return None
|
||||
|
||||
def check_iasl(self, legacy=False, try_downloading=True):
|
||||
|
||||
Reference in New Issue
Block a user