Skip to content

Commit

Permalink
Adding Arm64 OSX Shaka support
Browse files Browse the repository at this point in the history
  • Loading branch information
adbbbb committed May 11, 2024
1 parent 85246ab commit ead2e6d
Showing 1 changed file with 1 addition and 0 deletions.
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 ead2e6d

Please sign in to comment.