From 28655d28c80e3dadcb4c599ee5c8677bd0876ce0 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 3 Apr 2022 11:20:57 -0700 Subject: [PATCH] Make CircleCI use the new get-tor.py --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cf11bfa..93690482 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |