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

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