aboutsummaryrefslogtreecommitdiff
path: root/.github
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 /.github
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 '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
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