diff --git a/README.md b/README.md index 7d922a6..2b051b2 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ Please refrain from spam or asking for questions that infringe upon a Service's knowhere01 retouching pandamoon21 +adbbbb ## Licensing diff --git a/devine/core/binaries.py b/devine/core/binaries.py index 095b245..b260100 100644 --- a/devine/core/binaries.py +++ b/devine/core/binaries.py @@ -26,6 +26,7 @@ def find(*names: str) -> Optional[Path]: "shaka-packager", "packager", f"packager-{__shaka_platform}", + f"packager-{__shaka_platform}-arm64", f"packager-{__shaka_platform}-x64" ) Aria2 = find("aria2c", "aria2")