mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
add slash
This commit is contained in:
parent
c3f1cee5d6
commit
5ae3b66e06
1 changed files with 1 additions and 1 deletions
|
@ -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 + "\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)"
|
||||
|
|
Loading…
Reference in a new issue