diff options
| author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-06 17:50:28 +0100 | 
|---|---|---|
| committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-07 14:58:02 +0100 | 
| commit | d6016d3be95884b45eb7e48e84e3b1d6037a2b20 (patch) | |
| tree | 84a5894d7fe980cd18b692414f7e318caa76ad85 | |
| parent | 3062235cf2d0a200789e90a3fca847aad5da930e (diff) | |
[feature] add icon to PyInstaller bundle
seems it's only valid for win and mac tho
| -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 0000000..3b93795 --- /dev/null +++ b/pkg/branding/mask-icon.ico 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, | 
