From 3d0a59cf747b33864344b7ffe0fed45bb8a4959b Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 31 May 2022 13:29:04 +0200 Subject: [PATCH] Update pyinstaller.spec (#1042) * Update pyinstaller.spec --- .github/pyinstaller/pyinstaller.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pyinstaller/pyinstaller.spec b/.github/pyinstaller/pyinstaller.spec index f1c4fb1b..5cd7b18b 100644 --- a/.github/pyinstaller/pyinstaller.spec +++ b/.github/pyinstaller/pyinstaller.spec @@ -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') \ No newline at end of file +# name='capa-dat')