mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-21 05:52:15 -04:00
Fix path to whl
This commit is contained in:
parent
2b8f476fc9
commit
5abbd7d900
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ parts:
|
|||
~/.local/bin/poetry build
|
||||
override-stage: |
|
||||
pip3 install --upgrade setuptools
|
||||
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
pip3 install $SNAPCRAFT_PART_BUILD/dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||
after: [tor, obfs4, snowflake-client, meek-client]
|
||||
|
||||
tor:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue