Add logo and banner

This commit is contained in:
pukkandan 2021-07-31 07:49:28 +05:30
parent cf87314d4e
commit 1aebc0f79e
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 39 additions and 10 deletions

View file

@ -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',