mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 04:33:36 +00:00
try secure-file ... again....
This commit is contained in:
@@ -23,7 +23,7 @@ echo "########################################"
|
||||
|
||||
$encKeystorePath = $($rootPath + "\src\Android\8bit.keystore.enc");
|
||||
$encUploadKeystorePath = $($rootPath + "\src\Android\upload-keystore.jks.enc");
|
||||
$secureFilePath = $($rootPath + "\appveyor-tools\secure-file.exe");
|
||||
$secureFilePath = $($rootPath + "secure-file\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) `
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user