Add icon to Windows binaries

This commit is contained in:
Micah Lee 2021-12-14 09:12:20 -08:00
parent 20c0edec4a
commit c19d8aad86
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -19,7 +19,7 @@ setup(
}
},
executables=[
Executable("install/windows/dangerzone.py", base="Win32GUI"),
Executable("install/windows/dangerzone-cli.py", base=None),
Executable("install/windows/dangerzone.py", base="Win32GUI", icon="share/dangerzone.ico"),
Executable("install/windows/dangerzone-cli.py", base=None, icon="share/dangerzone.ico"),
],
)