aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/build-pt-snowflake.ps1
blob: 73c98ca0ccd9aec4cd10e105acddd0afcb199f10 (plain)
1
2
3
4
5
6
7
8
9
$env:SNOWFLAKE_TAG = 'v2.8.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