1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-02 23:55:13 +00: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:
bashonly
2025-08-19 21:28:00 -05:00
committed by GitHub
parent f63a7e41d1
commit 07247d6c20
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',