From 5abbd7d90029ed7b3aa9a43a79c99b2fcc744812 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 5 Oct 2022 14:03:22 -0700 Subject: [PATCH] Fix path to whl --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3f521e84..f0d00de5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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: