aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/build-pt-snowflake.ps1
blob: 0c30133c4add2a9862099603f7117dff2c1ef3b7 (plain)
1
2
3
4
5
6
7
8
9
$env:SNOWFLAKE_TAG = 'v2.3.1'

New-Item -ItemType Directory -Force -Path .\build\snowflake
cd .\build\snowflake
git clone https://git.torproject.org/pluggable-transports/snowflake.git
cd snowflake
git checkout $SNOWFLAKE_TAG
go build .\client
Move-Item -Path .\client.exe -Destination ..\..\..\onionshare\resources\tor\snowflake-client.exe