mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[build] Add Windows ARM64 builds (#14003)
Adds yt-dlp_arm64.exe and yt-dlp_win_arm64.zip to release assets Closes #13849 Authored by: bashonly
This commit is contained in:
parent
f63a7e41d1
commit
07247d6c20
3 changed files with 81 additions and 64 deletions
|
|
@ -114,6 +114,7 @@ _FILE_SUFFIXES = {
|
|||
'zip': '',
|
||||
'win_exe': '.exe',
|
||||
'win_x86_exe': '_x86.exe',
|
||||
'win_arm64_exe': '_arm64.exe',
|
||||
'darwin_exe': '_macos',
|
||||
'linux_exe': '_linux',
|
||||
'linux_aarch64_exe': '_linux_aarch64',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue