mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 13:41:14 -05:00
Fix sed command for macOS
This commit is contained in:
parent
617af69737
commit
aac575e807
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user