summaryrefslogtreecommitdiff
path: root/pkg/pyinst/app.spec
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pyinst/app.spec')
-rw-r--r--pkg/pyinst/app.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec
index 347a50e..7efcb9b 100644
--- a/pkg/pyinst/app.spec
+++ b/pkg/pyinst/app.spec
@@ -57,7 +57,8 @@ exe = EXE(pyz,
strip=False,
upx=True,
# TODO remove console for win
- console=True )
+ console=True,
+ icon='../branding/mask-icon.ico')
coll = COLLECT(exe,
a.binaries,
a.zipfiles,