diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-31 07:49:28 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-08-02 08:51:22 +0530 |
commit | 1aebc0f79e8fe7458e107f52e7ab94d9d9f4339e (patch) | |
tree | c5c69acee4ae5e703c7a3987cf6c98a76515b367 /pyinst.py | |
parent | cf87314d4ea9f4da9f3f515a10f1d9fa4cfc78b9 (diff) | |
download | hypervideo-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |