mirror of
https://github.com/bitwarden/mobile
synced 2025-01-31 18:55:51 +01:00
add salt to upload key decryption step
This commit is contained in:
parent
6883864e2d
commit
56c09eae90
@ -26,7 +26,8 @@ $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 $($encKeystorePath) -secret $($env:keystore_dec_secret)"
|
||||||
Invoke-Expression "& `"$secureFilePath`" -decrypt $($encUploadKeystorePath) -secret $($env:upload_keystore_dec_secret)"
|
Invoke-Expression "& `"$secureFilePath`" -decrypt $($encUploadKeystorePath) -secret $($env:upload_keystore_dec_secret) `
|
||||||
|
-salt $($env:upload_keystore_dec_salt)"
|
||||||
|
|
||||||
echo "########################################"
|
echo "########################################"
|
||||||
echo "##### Sign Release Configuration"
|
echo "##### Sign Release Configuration"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user