Skip to content

Commit

Permalink
windows-amd64-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-opz committed Dec 16, 2024
1 parent ead5a08 commit 59e7c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/facilito/downloaders/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ async def _download_vsd():
("windows", "x86_64"): release_url.format(
version=version, bin="x86_64-pc-windows-msvc.zip"
),
("windows", "amd64"): release_url.format(
version=version, bin="x86_64-pc-windows-msvc.zip"
),
("windows", "arm64"): release_url.format(
version=version, bin="aarch64-pc-windows-msvc.zip"
),
Expand Down

0 comments on commit 59e7c7a

Please sign in to comment.