Merge branch 'trunk' of git.openprivacy.ca:flutter/flutter_app into erinnfixes

This commit is contained in:
erinn 2021-05-12 17:57:42 -07:00
commit e252568947
1 changed files with 2 additions and 2 deletions

View File

@ -212,12 +212,12 @@ steps:
- $Env:buildname += '-'
- $Env:buildname += type .\BUILDDATE
- $Env:builddir += $Env:buildname
- $Env:zip = flwtch.zip
- $Env:zip = 'flwtch.zip'
- $Env:sha = $Env:zip
- $Env:sha += '.sha512'
- mkdir deploy
- move build\\windows\\runner\\Release $Env:builddir
- mkdir $Env:builddir
- copy windows\libCwtch.dll $Env:builddir
- powershell -command "Expand-Archive -Path tor.zip -DestinationPath $Env:builddir\Tor"
- powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip"
- powershell -command "(Get-FileHash *.zip -Algorithm sha512).Hash" > $Env:sha