mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix skipping tasks for restoring obfs4proxy and meek-client
This commit is contained in:
parent
ac9bc039bb
commit
f9e2bc215d
@ -207,7 +207,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build obfs4proxy
|
name: Build obfs4proxy
|
||||||
command: |
|
command: |
|
||||||
if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\Tor\obfs4proxy.exe) -eq $True) {
|
if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\obfs4proxy.exe) -eq $True) {
|
||||||
Write-Output "obfs4proxy already built"
|
Write-Output "obfs4proxy already built"
|
||||||
} else {
|
} else {
|
||||||
# curl https://keys.openpgp.org/vks/v1/by-fingerprint/9EB1A490C73CC5D44DFB3E47BFBD1C7B8A6EC81A | gpg --import
|
# curl https://keys.openpgp.org/vks/v1/by-fingerprint/9EB1A490C73CC5D44DFB3E47BFBD1C7B8A6EC81A | gpg --import
|
||||||
@ -256,7 +256,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build meek-client
|
name: Build meek-client
|
||||||
command: |
|
command: |
|
||||||
if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\Tor\meek-client.exe) -eq $True) {
|
if ((Test-Path -Path C:\Users\circleci\project\desktop\onionshare\resources\tor\meek-client.exe) -eq $True) {
|
||||||
Write-Output "snowflake already built"
|
Write-Output "snowflake already built"
|
||||||
} else {
|
} else {
|
||||||
New-Item -ItemType Directory -Force -Path C:\Users\circleci\src\meek
|
New-Item -ItemType Directory -Force -Path C:\Users\circleci\src\meek
|
||||||
|
Loading…
Reference in New Issue
Block a user