mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 11:26:16 -04:00
Fix sed command for macOS
This commit is contained in:
parent
617af69737
commit
aac575e807
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue