1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 18:13:36 +00:00

update secure-file tool

This commit is contained in:
Kyle Spearrin
2020-04-16 16:54:32 -04:00
parent 56c09eae90
commit 6f146b888b
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ echo "########################################"
$encKeystorePath = $($rootPath + "\src\Android\8bit.keystore.enc");
$encUploadKeystorePath = $($rootPath + "\src\Android\upload-keystore.jks.enc");
$secureFilePath = $($rootPath + "\secure-file\tools\secure-file.exe");
$secureFilePath = $($rootPath + "\appveyor-tools\secure-file.exe");
Invoke-Expression "& `"$secureFilePath`" -decrypt $($encKeystorePath) -secret $($env:keystore_dec_secret)"
Invoke-Expression "& `"$secureFilePath`" -decrypt $($encUploadKeystorePath) -secret $($env:upload_keystore_dec_secret) `