From d6016d3be95884b45eb7e48e84e3b1d6037a2b20 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Dec 2016 17:50:28 +0100 Subject: [feature] add icon to PyInstaller bundle seems it's only valid for win and mac tho --- pkg/branding/mask-icon.ico | Bin 0 -> 21662 bytes pkg/pyinst/app.spec | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 pkg/branding/mask-icon.ico diff --git a/pkg/branding/mask-icon.ico b/pkg/branding/mask-icon.ico new file mode 100644 index 0000000..3b93795 Binary files /dev/null and b/pkg/branding/mask-icon.ico differ 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, -- cgit v1.2.3