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

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