aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-06-01 02:03:40 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-06-01 02:48:20 +0530
commitcc1dfc93739fc28a2af1ce906b450e5cc1c3ae62 (patch)
tree8290cb13550da3efc259c4123b7595f3d0972351 /pyinst.py
parent14eb1ee1cbcc052f5e9164f783f3e03043c25aa0 (diff)
downloadhypervideo-pre-cc1dfc93739fc28a2af1ce906b450e5cc1c3ae62.tar.lz
hypervideo-pre-cc1dfc93739fc28a2af1ce906b450e5cc1c3ae62.tar.xz
hypervideo-pre-cc1dfc93739fc28a2af1ce906b450e5cc1c3ae62.zip
[cleanup] setup.py
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py2
1 files changed, 1 insertions, 1 deletions
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)