mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Fix PT Windows build scripts to move the binary to the right folder
This commit is contained in:
parent
172d0315a6
commit
4acc30e167
3 changed files with 3 additions and 3 deletions
|
@ -6,4 +6,4 @@ git clone https://git.torproject.org/pluggable-transports/meek.git
|
|||
cd meek
|
||||
git checkout $MEEK_TAG
|
||||
go build .\meek-client
|
||||
Move-Item -Path .\meek-client.exe -Destination ..\onionshare\resources\tor\meek-client.exe
|
||||
Move-Item -Path .\meek-client.exe -Destination ..\..\..\onionshare\resources\tor\meek-client.exe
|
||||
|
|
|
@ -6,4 +6,4 @@ git clone https://gitlab.com/yawning/obfs4
|
|||
cd obfs4
|
||||
git checkout $OBFS4PROXY_TAG
|
||||
go build .\obfs4proxy
|
||||
Move-Item -Path .\obfs4proxy.exe -Destination ..\onionshare\resources\tor\obfs4proxy.exe
|
||||
Move-Item -Path .\obfs4proxy.exe -Destination ..\..\..\onionshare\resources\tor\obfs4proxy.exe
|
||||
|
|
|
@ -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