mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45:42 +07: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:
@@ -114,6 +114,7 @@ def current_git_head():
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user