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/pyinst/app.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/pyinst') 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, -- cgit v1.2.3