mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Add code signing and MSI packaging for Windows
This commit is contained in:
parent
4f1e33fecc
commit
0427572521
4 changed files with 439 additions and 9 deletions
|
@ -114,8 +114,7 @@ include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
|
|||
|
||||
if platform.system() == "Windows":
|
||||
include_msvcr = True
|
||||
# gui_base = "Win32GUI"
|
||||
gui_base = None
|
||||
gui_base = "Win32GUI"
|
||||
exec_icon = os.path.join("onionshare", "resources", "onionshare.ico")
|
||||
|
||||
elif platform.system() == "Darwin":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue