Update pyinstaller.spec (#1042)

* Update pyinstaller.spec
This commit is contained in:
Moritz
2022-05-31 13:29:04 +02:00
committed by GitHub
parent 5169568c3b
commit 3d0a59cf74

View File

@@ -95,7 +95,7 @@ exe = EXE(pyz,
a.datas,
exclude_binaries=False,
name='capa',
# TODO not working anymore for unknown reason icon='logo.ico',
icon='logo.ico',
debug=False,
strip=None,
upx=True,
@@ -109,4 +109,4 @@ exe = EXE(pyz,
# a.datas,
# strip=None,
# upx=True,
# name='capa-dat')
# name='capa-dat')