properly add icon - and fix main_gui size

This commit is contained in:
2025-04-10 14:56:16 +01:00
parent 5f9017b625
commit e379b4a7e2
5 changed files with 11 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ a = Analysis(
['src\\main.py'],
pathex=[],
binaries=[],
datas=[('gui/*.ui', 'gui')],
datas=[('gui/*.ui', 'gui'), ('icon2.ico', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},