mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 06:19:30 -04:00
Make Windows builds not use console
This commit is contained in:
parent
dd091188e4
commit
652008d304
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
|
||||||
|
|
||||||
if platform.system() == "Windows":
|
if platform.system() == "Windows":
|
||||||
include_msvcr = True
|
include_msvcr = True
|
||||||
# gui_base = "Win32GUI"
|
gui_base = "Win32GUI"
|
||||||
gui_base = None
|
# gui_base = None
|
||||||
exec_icon = os.path.join("onionshare", "resources", "onionshare.ico")
|
exec_icon = os.path.join("onionshare", "resources", "onionshare.ico")
|
||||||
|
|
||||||
elif platform.system() == "Darwin":
|
elif platform.system() == "Darwin":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue