Skip to content

Commit

Permalink
Merge pull request #110 from adbbbb/master
Browse files Browse the repository at this point in the history
Adding Arm64 OSX Shaka support
  • Loading branch information
rlaphoenix committed May 11, 2024
2 parents 85246ab + 145e7a6 commit 345cc5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ Please refrain from spam or asking for questions that infringe upon a Service's
<a href="https://github.com/knowhere01"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/113712042?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="knowhere01"/></a>
<a href="https://github.com/retouching"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/33735357?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="retouching"/></a>
<a href="https://github.com/pandamoon21"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/33972938?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="pandamoon21"/></a>
<a href="https://github.com/adbbbb"><img src="https://images.weserv.nl/?url=avatars.githubusercontent.com/u/56319336?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="adbbbb"/></a>

## Licensing

Expand Down
1 change: 1 addition & 0 deletions devine/core/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 345cc5a

Please sign in to comment.