aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-07-31 07:49:28 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-08-02 08:51:22 +0530
commit1aebc0f79e8fe7458e107f52e7ab94d9d9f4339e (patch)
treec5c69acee4ae5e703c7a3987cf6c98a76515b367 /pyinst.py
parentcf87314d4ea9f4da9f3f515a10f1d9fa4cfc78b9 (diff)
downloadhypervideo-pre-1aebc0f79e8fe7458e107f52e7ab94d9d9f4339e.tar.lz
hypervideo-pre-1aebc0f79e8fe7458e107f52e7ab94d9d9f4339e.tar.xz
hypervideo-pre-1aebc0f79e8fe7458e107f52e7ab94d9d9f4339e.zip
Add logo and banner
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 eac97e52d..fb8eca3e5 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -73,7 +73,7 @@ excluded_modules = ['test', 'ytdlp_plugins', 'youtube-dl', 'youtube-dlc']
PyInstaller.__main__.run([
'--name=yt-dlp%s' % _x86,
'--onefile',
- '--icon=devscripts/cloud.ico',
+ '--icon=devscripts/logo.ico',
*[f'--exclude-module={module}' for module in excluded_modules],
*[f'--hidden-import={module}' for module in dependancies],
'--upx-exclude=vcruntime140.dll',