mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
remove salt
This commit is contained in:
parent
5552c42e37
commit
c3f1cee5d6
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ $encUploadKeystorePath = $($rootPath + "\src\Android\upload-keystore.jks.enc");
|
|||
$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) `
|
||||
-salt $($env:upload_keystore_dec_salt)"
|
||||
Invoke-Expression "& `"$secureFilePath`" -decrypt $($encUploadKeystorePath) -secret $($env:upload_keystore_dec_secret)"
|
||||
|
||||
echo "########################################"
|
||||
echo "##### Sign Release Configuration"
|
||||
|
|
Loading…
Reference in a new issue