aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-04 21:59:01 -0700
committerMicah Lee <micah@micahflee.com>2022-10-04 21:59:01 -0700
commitca3bdd413056708d36ff86703de7b4d2b27fd63f (patch)
tree65f0595ef85ad2893ef1b3e48c5317197129cef9 /snap
parent9c0d35092e036387a6033689a2557d07e1d201d0 (diff)
downloadonionshare-ca3bdd413056708d36ff86703de7b4d2b27fd63f.tar.gz
onionshare-ca3bdd413056708d36ff86703de7b4d2b27fd63f.zip
Fix poetry path
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 215b7366..c79a0cb5 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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]