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 172d0315a6
commit 4acc30e167
3 changed files with 3 additions and 3 deletions

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