mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-31 12:14:15 -04:00
Fix PT Windows build scripts to move the binary to the right folder
This commit is contained in:
parent
7173a4b9d3
commit
ac745dd041
3 changed files with 3 additions and 3 deletions
|
@ -6,4 +6,4 @@ 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
|
||||
Move-Item -Path .\client.exe -Destination ..\..\..\onionshare\resources\tor\snowflake-client.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue