aboutsummaryrefslogtreecommitdiff
path: root/desktop/setup-freeze.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 19:56:53 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 19:57:00 -0700
commit34a10b5ccfdef9a6f4b45ec419cfcbe8ccb8e8a3 (patch)
tree8b9d9f100db668ad16f9a2140b7feefec4792e08 /desktop/setup-freeze.py
parentd37316b589077651b6777337768c7bc9da21f0d1 (diff)
downloadonionshare-34a10b5ccfdef9a6f4b45ec419cfcbe8ccb8e8a3.tar.gz
onionshare-34a10b5ccfdef9a6f4b45ec419cfcbe8ccb8e8a3.zip
Try patching the path to cli in desktop's pyproject.toml in macOS, and temporarily enable console mode in Windows for easier testing
Diffstat (limited to 'desktop/setup-freeze.py')
-rw-r--r--desktop/setup-freeze.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/setup-freeze.py b/desktop/setup-freeze.py
index 83959a2b..0357715f 100644
--- a/desktop/setup-freeze.py
+++ b/desktop/setup-freeze.py
@@ -118,7 +118,8 @@ include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
if platform.system() == "Windows":
include_msvcr = True
- gui_base = "Win32GUI"
+ # gui_base = "Win32GUI"
+ gui_base = None
exec_icon = os.path.join("onionshare", "resources", "onionshare.ico")
elif platform.system() == "Darwin":