Use .ico icon when packaging for Windows (and Linux) using Pynstaller

This commit is contained in:
Debanjum Singh Solanky
2022-08-18 22:07:49 +03:00
parent 812838da54
commit 00ddcfdac8
2 changed files with 1 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ if system() != 'Darwin':
target_arch='x86_64',
codesign_identity=None,
entitlements_file=None,
icon='src/interface/web/assets/icons/favicon.icns',
icon='src/interface/web/assets/icons/favicon-144x144.ico',
)
else:
exe = EXE(

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB