Copy tor binaries into the project

This commit is contained in:
Micah Lee 2022-05-29 14:28:30 -07:00
parent 7690ccbff4
commit d8af8a39be
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

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