mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Try patching the path to cli in desktop's pyproject.toml in macOS, and temporarily enable console mode in Windows for easier testing
This commit is contained in:
parent
d37316b589
commit
34a10b5ccf
2 changed files with 4 additions and 2 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue