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')