mirror of
https://github.com/shizand/statapp.git
synced 2025-04-03 16:13:44 +03:00
fix: добавил иконку приложения
This commit is contained in:
parent
b6592b0e23
commit
4816a8cb98
@ -12,7 +12,7 @@ if typing.TYPE_CHECKING:
|
|||||||
|
|
||||||
from PyInstaller.utils.hooks import copy_metadata
|
from PyInstaller.utils.hooks import copy_metadata
|
||||||
|
|
||||||
datas = [('statapp/ui/images/sticker.gif', 'images')]
|
datas = [('statapp/ui/images/*', 'ui/images')]
|
||||||
datas += copy_metadata('statapp')
|
datas += copy_metadata('statapp')
|
||||||
|
|
||||||
a = Analysis(
|
a = Analysis(
|
||||||
|
@ -12,7 +12,7 @@ if typing.TYPE_CHECKING:
|
|||||||
|
|
||||||
from PyInstaller.utils.hooks import copy_metadata
|
from PyInstaller.utils.hooks import copy_metadata
|
||||||
|
|
||||||
datas = [('statapp/ui/images/sticker.gif', 'images')]
|
datas = [('statapp/ui/images/*', 'ui/images')]
|
||||||
datas += copy_metadata('statapp')
|
datas += copy_metadata('statapp')
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 100 KiB |
Loading…
Reference in New Issue
Block a user