[build] Add Linux standalone builds

This commit is contained in:
pukkandan 2022-05-22 01:19:49 +05:30
parent 8372be7469
commit e4afcfde08
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
4 changed files with 40 additions and 6 deletions

View file

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