mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 19:27:28 -03:00
Fix poetry path
This commit is contained in:
parent
9c0d35092e
commit
ca3bdd4130
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ parts:
|
|||
- python3-setuptools
|
||||
override-build: |
|
||||
pip3 install poetry
|
||||
poetry install
|
||||
poetry build
|
||||
~/.local/bin/poetry install
|
||||
~/.local/bin/poetry build
|
||||
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [tor, obfs4, snowflake-client, meek-client]
|
||||
|
||||
|
|
Loading…
Reference in a new issue