Add code signing and MSI packaging for Windows

This commit is contained in:
Micah Lee 2022-01-12 19:58:40 -08:00
parent 4f1e33fecc
commit 0427572521
4 changed files with 439 additions and 9 deletions

View file

@ -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":