mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
remove salt
This commit is contained in:
@@ -26,8 +26,7 @@ $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"
|
||||||
|
|||||||
Reference in New Issue
Block a user