aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/build-pt-snowflake.sh
blob: 24a7ce74918a3e2538e90687ba9451334f85164a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
SNOWFLAKE_TAG=v2.2.0

mkdir -p ./build/snowflake
cd ./build/snowflake
git clone https://git.torproject.org/pluggable-transports/snowflake.git
cd snowflake
git checkout $SNOWFLAKE_TAG
go build -o ../../../onionshare/resources/tor/snowflake-client ./client