diff options
| -rw-r--r-- | pkg/branding/mask-icon.ico | bin | 0 -> 21662 bytes | |||
| -rw-r--r-- | pkg/pyinst/app.spec | 3 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/pkg/branding/mask-icon.ico b/pkg/branding/mask-icon.icoBinary files differ new file mode 100644 index 00000000..3b93795b --- /dev/null +++ b/pkg/branding/mask-icon.ico diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index 347a50e4..7efcb9b9 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, | 
