mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 01:15:00 -04:00
Make scripts to build PT binaries, and run those in CI
This commit is contained in:
parent
7526141024
commit
8ff1a0b294
10 changed files with 187 additions and 336 deletions
9
desktop/scripts/build-pt-snowflake.ps1
Normal file
9
desktop/scripts/build-pt-snowflake.ps1
Normal file
|
@ -0,0 +1,9 @@
|
|||
$env:SNOWFLAKE_TAG = 'v2.2.0'
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue