mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add icon to Windows binaries
This commit is contained in:
parent
20c0edec4a
commit
c19d8aad86
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ setup(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
executables=[
|
executables=[
|
||||||
Executable("install/windows/dangerzone.py", base="Win32GUI"),
|
Executable("install/windows/dangerzone.py", base="Win32GUI", icon="share/dangerzone.ico"),
|
||||||
Executable("install/windows/dangerzone-cli.py", base=None),
|
Executable("install/windows/dangerzone-cli.py", base=None, icon="share/dangerzone.ico"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue