Fix sed command for macOS

This commit is contained in:
Micah Lee 2022-09-30 20:04:42 -07:00
parent 617af69737
commit aac575e807
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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