mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 06:19:30 -04:00
Updates pluggable transport links in the build scripts
This commit is contained in:
parent
05d0d05514
commit
a79773412d
5 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ $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
|
||||
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
|
||||
cd snowflake
|
||||
git checkout $SNOWFLAKE_TAG
|
||||
go build .\client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue