From 24e6514891ce238941cd248a90c6fb7da90483ca Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 5 Oct 2022 16:04:00 -0700 Subject: [PATCH] Override build for onionshare too --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ae1f32bb..acc605b1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -111,6 +111,8 @@ parts: - libxslt1.1 - libxtst6 - qtwayland5 + override-build: | + python3 setup.py install --prefix $SNAPCRAFT_PART_INSTALL after: [onionshare-cli] onionshare-cli: