From 34a10b5ccfdef9a6f4b45ec419cfcbe8ccb8e8a3 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 30 Sep 2022 19:56:53 -0700 Subject: Try patching the path to cli in desktop's pyproject.toml in macOS, and temporarily enable console mode in Windows for easier testing --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3854e89d..3d10b743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -- cgit v1.2.3-54-g00ecf