mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
10 lines
324 B
PowerShell
10 lines
324 B
PowerShell
$env:OBFS4PROXY_TAG = 'obfs4proxy-0.0.13'
|
|
|
|
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
|