Make CircleCI use the new get-tor.py

This commit is contained in:
Micah Lee 2022-04-03 11:20:57 -07:00
parent 3fd96cd472
commit 28655d28c8
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -93,7 +93,7 @@ jobs:
name: Get tor
command: |
cd ~\project\desktop
poetry run python .\scripts\get-tor-windows.py
poetry run python .\scripts\get-tor.py
- run:
name: Build meek
command: |
@ -141,7 +141,7 @@ jobs:
name: Get tor
command: |
cd ~\project\desktop
C:\Python-32bit\Scripts\poetry run python .\scripts\get-tor-windows.py
C:\Python-32bit\Scripts\poetry run python .\scripts\get-tor.py
- run:
name: Build meek
command: |
@ -190,7 +190,7 @@ jobs:
name: Get tor
command: |
cd ~/project/desktop
poetry run ./scripts/get-tor-osx.py
poetry run python ./scripts/get-tor.py
- run:
name: Build meek
command: |