mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
10 lines
316 B
PowerShell
10 lines
316 B
PowerShell
$env:MEEK_TAG = 'v0.37.0'
|
|
|
|
New-Item -ItemType Directory -Force -Path .\build\meek
|
|
cd .\build\meek
|
|
git clone https://git.torproject.org/pluggable-transports/meek.git
|
|
cd meek
|
|
git checkout $MEEK_TAG
|
|
go build .\meek-client
|
|
Move-Item -Path .\meek-client.exe -Destination ..\..\..\onionshare\resources\tor\meek-client.exe
|