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