mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[build] Add Linux standalone builds
This commit is contained in:
parent
8372be7469
commit
e4afcfde08
4 changed files with 40 additions and 6 deletions
|
@ -63,7 +63,7 @@ def exe(onedir):
|
|||
"""@returns (name, path)"""
|
||||
name = '_'.join(filter(None, (
|
||||
'yt-dlp',
|
||||
OS_NAME == 'darwin' and 'macos',
|
||||
{'win32': '', 'darwin': 'macos'}.get(OS_NAME, OS_NAME),
|
||||
ARCH == '32' and 'x86'
|
||||
)))
|
||||
return name, ''.join(filter(None, (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue