aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 20:04:42 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 20:04:42 -0700
commitaac575e8075ea07c6c9225c34884a8f358464016 (patch)
tree7916a9c8444bcddbfb971483ce879b273f7e6af9 /.github
parent617af6973742f9ec7f84e2c03297523868bd2fc2 (diff)
downloadonionshare-aac575e8075ea07c6c9225c34884a8f358464016.tar.gz
onionshare-aac575e8075ea07c6c9225c34884a8f358464016.zip
Fix sed command for macOS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b6afc5bd..6f728c20 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -282,7 +282,7 @@ jobs:
- name: Build OnionShare
run: |
- sed -i "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
+ sed -i '' "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
cd desktop
poetry install
poetry run python ./setup-freeze.py build