Fix path to whl

This commit is contained in:
Micah Lee 2022-10-05 14:03:22 -07:00
parent 2b8f476fc9
commit 5abbd7d900
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

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