mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-16 01:55:21 -04:00
Fix yaml indention
This commit is contained in:
parent
10e404cb66
commit
a80795113c
1 changed files with 22 additions and 22 deletions
|
@ -90,17 +90,17 @@ jobs:
|
||||||
cd ~\project\desktop
|
cd ~\project\desktop
|
||||||
poetry install
|
poetry install
|
||||||
- run:
|
- run:
|
||||||
name: Download tor (Windows Expert Bundle)
|
name: Download tor (Windows Expert Bundle)
|
||||||
command: |
|
command: |
|
||||||
mkdir ~\Downloads\tor
|
mkdir ~\Downloads\tor
|
||||||
cd ~\Downloads\tor
|
cd ~\Downloads\tor
|
||||||
$URL = "https://www.torproject.org/dist/torbrowser/11.0.10/tor-win32-0.4.6.10.zip"
|
$URL = "https://www.torproject.org/dist/torbrowser/11.0.10/tor-win32-0.4.6.10.zip"
|
||||||
$Filename = "tor-win32-0.4.6.10.zip"
|
$Filename = "tor-win32-0.4.6.10.zip"
|
||||||
$ExpectedHash = "d3f62317507dbe1a1aa74b9e0e03996dbded2143f94409270828f6a8bcdda16a"
|
$ExpectedHash = "d3f62317507dbe1a1aa74b9e0e03996dbded2143f94409270828f6a8bcdda16a"
|
||||||
Invoke-WebRequest -Uri $URL -OutFile $Filename
|
Invoke-WebRequest -Uri $URL -OutFile $Filename
|
||||||
$FileHash = Get-FileHash $Filename
|
$FileHash = Get-FileHash $Filename
|
||||||
if($FileHash.Hash -ne $ExpectedHash) { throw "Invalid hash" }
|
if($FileHash.Hash -ne $ExpectedHash) { throw "Invalid hash" }
|
||||||
Expand-Archive -LiteralPath tor-win32-0.4.6.10.zip -DestinationPath ~\project\desktop\onionshare\resources\tor
|
Expand-Archive -LiteralPath tor-win32-0.4.6.10.zip -DestinationPath ~\project\desktop\onionshare\resources\tor
|
||||||
- run:
|
- run:
|
||||||
name: Build obfs4proxy
|
name: Build obfs4proxy
|
||||||
command: |
|
command: |
|
||||||
|
@ -159,17 +159,17 @@ jobs:
|
||||||
cd ~\project\desktop
|
cd ~\project\desktop
|
||||||
C:\Python-32bit\Scripts\poetry install
|
C:\Python-32bit\Scripts\poetry install
|
||||||
- run:
|
- run:
|
||||||
name: Download tor (Windows Expert Bundle)
|
name: Download tor (Windows Expert Bundle)
|
||||||
command: |
|
command: |
|
||||||
mkdir ~\Downloads\tor
|
mkdir ~\Downloads\tor
|
||||||
cd ~\Downloads\tor
|
cd ~\Downloads\tor
|
||||||
$URL = "https://www.torproject.org/dist/torbrowser/11.0.10/tor-win32-0.4.6.10.zip"
|
$URL = "https://www.torproject.org/dist/torbrowser/11.0.10/tor-win32-0.4.6.10.zip"
|
||||||
$Filename = "tor-win32-0.4.6.10.zip"
|
$Filename = "tor-win32-0.4.6.10.zip"
|
||||||
$ExpectedHash = "d3f62317507dbe1a1aa74b9e0e03996dbded2143f94409270828f6a8bcdda16a"
|
$ExpectedHash = "d3f62317507dbe1a1aa74b9e0e03996dbded2143f94409270828f6a8bcdda16a"
|
||||||
Invoke-WebRequest -Uri $URL -OutFile $Filename
|
Invoke-WebRequest -Uri $URL -OutFile $Filename
|
||||||
$FileHash = Get-FileHash $Filename
|
$FileHash = Get-FileHash $Filename
|
||||||
if($FileHash.Hash -ne $ExpectedHash) { throw "Invalid hash" }
|
if($FileHash.Hash -ne $ExpectedHash) { throw "Invalid hash" }
|
||||||
Expand-Archive -LiteralPath tor-win32-0.4.6.10.zip -DestinationPath ~\project\desktop\onionshare\resources\tor
|
Expand-Archive -LiteralPath tor-win32-0.4.6.10.zip -DestinationPath ~\project\desktop\onionshare\resources\tor
|
||||||
- run:
|
- run:
|
||||||
name: Build obfs4proxy
|
name: Build obfs4proxy
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue