aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-07-04 18:17:20 -0400
committerMicah Lee <micah@micahflee.com>2022-07-04 18:17:20 -0400
commite695ebc7b1a307fb0e70bc3cbce6007011e348d0 (patch)
tree1f82aea2b079e29b76db1d1260d829ed31698752 /snap
parent29707c97bb0672d7acc4598b084f5cb43eb6f937 (diff)
downloadonionshare-e695ebc7b1a307fb0e70bc3cbce6007011e348d0.tar.gz
onionshare-e695ebc7b1a307fb0e70bc3cbce6007011e348d0.zip
Override the meek-client build in snapcraft
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 9a0f8f77..f4b91346 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -167,8 +167,7 @@ parts:
source: https://git.torproject.org/pluggable-transports/meek.git
source-type: git
source-tag: v0.37.0
- # # Not sure why I have to do this, but it works
- # override-build: |
- # cd meek-client
- # mkdir /root/parts/meek-client/install/bin
- # go build -o /root/parts/meek-client/install/bin/meek-client ./...
+ override-build: |
+ cd meek-client
+ mkdir /root/parts/meek-client/install/bin
+ go build -o /root/parts/meek-client/install/bin/meek-client ./...