aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/build-pt-obfs4proxy.sh
blob: 7fdebd0190042a2662d5767cffedd9baffcc3289 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
OBFS4PROXY_TAG=obfs4proxy-0.0.14

mkdir -p ./build/obfs4proxy
cd ./build/obfs4proxy
git clone https://gitlab.com/yawning/obfs4 || echo "already cloned"
cd obfs4
git checkout $OBFS4PROXY_TAG
go build -o ../../../onionshare/resources/tor/obfs4proxy ./obfs4proxy