[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:
bashonly 2025-08-19 21:28:00 -05:00 committed by GitHub
parent f63a7e41d1
commit 07247d6c20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 81 additions and 64 deletions

View file

@ -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',