mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-25 17:01:21 -05:00
Fix PT Windows build scripts to move the binary to the right folder
This commit is contained in:
parent
7173a4b9d3
commit
ac745dd041
@ -6,4 +6,4 @@ git clone https://git.torproject.org/pluggable-transports/meek.git
|
|||||||
cd meek
|
cd meek
|
||||||
git checkout $MEEK_TAG
|
git checkout $MEEK_TAG
|
||||||
go build .\meek-client
|
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
|
cd obfs4
|
||||||
git checkout $OBFS4PROXY_TAG
|
git checkout $OBFS4PROXY_TAG
|
||||||
go build .\obfs4proxy
|
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
|
cd snowflake
|
||||||
git checkout $SNOWFLAKE_TAG
|
git checkout $SNOWFLAKE_TAG
|
||||||
go build .\client
|
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…
x
Reference in New Issue
Block a user