mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-10 03:38:55 -05:00
Make Windows builds not use console
This commit is contained in:
parent
dd091188e4
commit
652008d304
@ -118,8 +118,8 @@ include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
|
||||
|
||||
if platform.system() == "Windows":
|
||||
include_msvcr = True
|
||||
# gui_base = "Win32GUI"
|
||||
gui_base = None
|
||||
gui_base = "Win32GUI"
|
||||
# gui_base = None
|
||||
exec_icon = os.path.join("onionshare", "resources", "onionshare.ico")
|
||||
|
||||
elif platform.system() == "Darwin":
|
||||
|
Loading…
x
Reference in New Issue
Block a user