Update paths in snap

This commit is contained in:
Micah Lee 2022-10-02 16:46:27 -07:00
parent 5973c05c71
commit eb6b5d6235

View File

@ -138,7 +138,7 @@ parts:
source-type: tar
plugin: autotools
autotools-configure-parameters:
- "--with-libevent-dir=/root/parts/libevent/install/usr/local"
- "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local"
build-packages:
- libssl-dev
- zlib1g-dev
@ -171,5 +171,5 @@ parts:
source-tag: v0.37.0
override-build: |
cd meek-client
mkdir -p /root/parts/meek-client/install/bin
go build -o /root/parts/meek-client/install/bin/meek-client ./...
mkdir -p /build/onionshare/meek-client/install/bin
go build -o /build/onionshare/meek-client/install/bin/meek-client ./...