From cc1dfc93739fc28a2af1ce906b450e5cc1c3ae62 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Tue, 1 Jun 2021 02:03:40 +0530 Subject: [cleanup] setup.py --- pyinst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyinst.py') diff --git a/pyinst.py b/pyinst.py index f2edeb3d9..b0b68e6c3 100644 --- a/pyinst.py +++ b/pyinst.py @@ -17,7 +17,7 @@ assert arch in ('32', '64') print('Building %sbit version' % arch) _x86 = '_x86' if arch == '32' else '' -FILE_DESCRIPTION = 'Media Downloader%s' % (' (32 Bit)' if _x86 else '') +FILE_DESCRIPTION = 'yt-dlp%s' % (' (32 Bit)' if _x86 else '') # root_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) # print('Changing working directory to %s' % root_dir) -- cgit v1.2.3