From bab72f53c1a12c4bd64acbefb414c954c2d8d042 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 8 Feb 2025 17:27:34 +1100 Subject: [PATCH] Try to build meek-client to the correct directory --- snap/snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index eee5dee5..9c489286 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -221,5 +221,4 @@ parts: source-tag: v0.38.0 override-build: | cd meek-client - mkdir -p /build/onionshare/meek-client/install/bin - go build -o /build/onionshare/meek-client/install/bin/meek-client ./... + go build -o $SNAPCRAFT_PART_INSTALL/bin/meek-client ./...