mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
10 lines
363 B
PowerShell
10 lines
363 B
PowerShell
$env:SNOWFLAKE_TAG = 'v2.8.1'
|
|
|
|
New-Item -ItemType Directory -Force -Path .\build\snowflake
|
|
cd .\build\snowflake
|
|
git clone https://gitlab.torproject.org/tpo/anti-censorship/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
|