mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 06:49:44 -05: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
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -270,8 +270,9 @@ jobs:
|
||||
|
||||
- name: Build OnionShare
|
||||
run: |
|
||||
sed -i "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
|
||||
cd desktop
|
||||
poetry run pip install importlib-metadata
|
||||
poetry install
|
||||
poetry run python ./setup-freeze.py build
|
||||
poetry run python ./setup-freeze.py bdist_mac
|
||||
poetry run python ./scripts/build-macos.py cleanup-build
|
||||
|
@ -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…
Reference in New Issue
Block a user