From d8af8a39be62debbf2445706d8904eb16a1e0b23 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 29 May 2022 14:28:30 -0700 Subject: [PATCH] Copy tor binaries into the project --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 997a62c0..4a981253 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -197,9 +197,10 @@ jobs: - run: name: Copy tor binaries into project - shell: C:\\cygwin64\\bin\\bash.exe --login -eo pipefail - # TODO: update this to actually copy the files - command: find /cygdrive/c/Users/circleci/build/tor + command: | + Copy-Item -Path C:\Useres\circleci\build\tor\bin\tor.exe -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\Tor\ + Copy-Item -Path C:\Useres\circleci\build\tor\share\tor\geoip -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\Tor\ + Copy-Item -Path C:\Useres\circleci\build\tor\share\tor\geoip6 -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\Tor\ - restore_cache: # NOTE: make sure to change when uprading obfs4proxy