mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Make Windows builds not use console
This commit is contained in:
parent
d680a1bf33
commit
55d5e93100
@ -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…
Reference in New Issue
Block a user