Fix PT Windows build scripts to move the binary to the right folder

This commit is contained in:
Micah Lee 2022-06-19 23:36:34 -04:00
parent 7173a4b9d3
commit ac745dd041
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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