aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/build-pt-obfs4proxy.ps1
blob: 5b7098120c08bcbac58e7e21d66a8e2d19693512 (plain)
1
2
3
4
5
6
7
8
9
$env:OBFS4PROXY_TAG = 'obfs4proxy-0.0.14'

New-Item -ItemType Directory -Force -Path .\build\obfs4proxy
cd .\build\obfs4proxy
git clone https://gitlab.com/yawning/obfs4
cd obfs4
git checkout $OBFS4PROXY_TAG
go build .\obfs4proxy
Move-Item -Path .\obfs4proxy.exe -Destination ..\..\..\onionshare\resources\tor\obfs4proxy.exe