summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 23:36:34 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 23:36:34 -0400
commitac745dd0417b771efe8be70767e97385e28ebf6b (patch)
tree36d8280eb65178e0642d1e010cec7c9893e9971c
parent7173a4b9d35cd4a297107b6134471f310a7a2aba (diff)
downloadonionshare-ac745dd0417b771efe8be70767e97385e28ebf6b.tar.gz
onionshare-ac745dd0417b771efe8be70767e97385e28ebf6b.zip
Fix PT Windows build scripts to move the binary to the right folder
-rw-r--r--desktop/scripts/build-pt-meek.ps12
-rw-r--r--desktop/scripts/build-pt-obfs4proxy.ps12
-rw-r--r--desktop/scripts/build-pt-snowflake.ps12
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop/scripts/build-pt-meek.ps1 b/desktop/scripts/build-pt-meek.ps1
index 58a7366a..99ff8de6 100644
--- a/desktop/scripts/build-pt-meek.ps1
+++ b/desktop/scripts/build-pt-meek.ps1
@@ -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
diff --git a/desktop/scripts/build-pt-obfs4proxy.ps1 b/desktop/scripts/build-pt-obfs4proxy.ps1
index e4688c93..fa760b85 100644
--- a/desktop/scripts/build-pt-obfs4proxy.ps1
+++ b/desktop/scripts/build-pt-obfs4proxy.ps1
@@ -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
diff --git a/desktop/scripts/build-pt-snowflake.ps1 b/desktop/scripts/build-pt-snowflake.ps1
index 5d15759d..51a127c9 100644
--- a/desktop/scripts/build-pt-snowflake.ps1
+++ b/desktop/scripts/build-pt-snowflake.ps1
@@ -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