Try and ensure meek-client ends up in the snap bin dir

This commit is contained in:
Miguel Jacq 2025-02-08 16:51:33 +11:00
parent b2663100d6
commit fcc3e91042
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -223,3 +223,4 @@ parts:
cd meek-client
mkdir -p /build/onionshare/meek-client/install/bin
go build -o /build/onionshare/meek-client/install/bin/meek-client ./...
cp /build/onionshare/meek-client/install/bin/meek-client $CRAFT_PART_INSTALL/bin