From e4afcfde08cbd40147e75c924768f1598ece1885 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sun, 22 May 2022 01:19:49 +0530 Subject: [build] Add Linux standalone builds --- pyinst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyinst.py') diff --git a/pyinst.py b/pyinst.py index d27e56555..4401125ed 100644 --- a/pyinst.py +++ b/pyinst.py @@ -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, ( -- cgit v1.2.3