fix: добавил иконку приложения

This commit is contained in:
Почти Демон 2023-09-29 12:10:27 +03:00
parent b6592b0e23
commit 4816a8cb98
3 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ if typing.TYPE_CHECKING:
from PyInstaller.utils.hooks import copy_metadata
datas = [('statapp/ui/images/sticker.gif', 'images')]
datas = [('statapp/ui/images/*', 'ui/images')]
datas += copy_metadata('statapp')
a = Analysis(

View File

@ -12,7 +12,7 @@ if typing.TYPE_CHECKING:
from PyInstaller.utils.hooks import copy_metadata
datas = [('statapp/ui/images/sticker.gif', 'images')]
datas = [('statapp/ui/images/*', 'ui/images')]
datas += copy_metadata('statapp')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 100 KiB