mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-06 05:49:16 -04:00
Update paths in snap
This commit is contained in:
parent
5973c05c71
commit
eb6b5d6235
1 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ parts:
|
||||||
source-type: tar
|
source-type: tar
|
||||||
plugin: autotools
|
plugin: autotools
|
||||||
autotools-configure-parameters:
|
autotools-configure-parameters:
|
||||||
- "--with-libevent-dir=/root/parts/libevent/install/usr/local"
|
- "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local"
|
||||||
build-packages:
|
build-packages:
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
@ -171,5 +171,5 @@ parts:
|
||||||
source-tag: v0.37.0
|
source-tag: v0.37.0
|
||||||
override-build: |
|
override-build: |
|
||||||
cd meek-client
|
cd meek-client
|
||||||
mkdir -p /root/parts/meek-client/install/bin
|
mkdir -p /build/onionshare/meek-client/install/bin
|
||||||
go build -o /root/parts/meek-client/install/bin/meek-client ./...
|
go build -o /build/onionshare/meek-client/install/bin/meek-client ./...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue