VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-07-22 23:53:13 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-07-22 23:54:59 +0200
commit09b8ae1775dfc6376fdbe7b0f5f0061a472e3788 (patch)
tree79b29565cbfe7184716ab3881ff309ce7174bdd7
parentb6b6710d2b055c703f86429b431c616f99cb4c85 (diff)
downloadVeraCrypt-09b8ae1775dfc6376fdbe7b0f5f0061a472e3788.tar.gz
VeraCrypt-09b8ae1775dfc6376fdbe7b0f5f0061a472e3788.zip
Windows Setup: rename installers signed with SHA-1 to "VeraCrypt Legacy" and key "VeraCrypt" name for installers signed only with SHA-256
-rw-r--r--src/Signing/sign.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Signing/sign.bat b/src/Signing/sign.bat
index b6cb9368..bf6f755f 100644
--- a/src/Signing/sign.bat
+++ b/src/Signing/sign.bat
@@ -65,4 +65,7 @@ timeout /t 10
rem sign using SHA-256
signtool sign /v /sha1 04141E4EA6D9343CEC994F6C099DC09BDD8937C9 /ac GlobalSign_SHA256_EV_CodeSigning_CA.cer /as /fd sha256 /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 "..\Release\Setup Files\VeraCrypt Setup %VC_VERSION%.exe" "..\Release\Setup Files\VeraCrypt Portable %VC_VERSION%.exe"
+move "..\Release\Setup Files\VeraCrypt Setup %VC_VERSION%.exe" "..\Release\Setup Files\VeraCrypt Legacy Setup %VC_VERSION%.exe"
+move "..\Release\Setup Files\VeraCrypt Portable %VC_VERSION%.exe" "..\Release\Setup Files\VeraCrypt Legacy Portable %VC_VERSION%.exe"
+
pause