mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-13 03:42:23 -04:00
Fix poetry path
This commit is contained in:
parent
8c365301a5
commit
bd3c46a868
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ parts:
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
override-build: |
|
override-build: |
|
||||||
pip3 install poetry
|
pip3 install poetry
|
||||||
poetry install
|
~/.local/bin/poetry install
|
||||||
poetry build
|
~/.local/bin/poetry build
|
||||||
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||||
after: [tor, obfs4, snowflake-client, meek-client]
|
after: [tor, obfs4, snowflake-client, meek-client]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue