VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Signing/sign.bat
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-09-04 09:34:15 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:23:13 +0100
commit809394d383c4ab23ed3413aee06c68e7c8ba0108 (patch)
treeb8a0e5423e157a95324b88d6dbe33d6437e4a840 /src/Signing/sign.bat
parent7c501359b3c6c5c09a60abc6f3831254e592afb1 (diff)
downloadVeraCrypt-809394d383c4ab23ed3413aee06c68e7c8ba0108.tar.gz
VeraCrypt-809394d383c4ab23ed3413aee06c68e7c8ba0108.zip
Include language xml files in the setup
Diffstat (limited to 'src/Signing/sign.bat')
-rw-r--r--src/Signing/sign.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Signing/sign.bat b/src/Signing/sign.bat
index 97b22dc8..05c30a82 100644
--- a/src/Signing/sign.bat
+++ b/src/Signing/sign.bat
@@ -8,8 +8,12 @@ signtool sign /v /a /n IDRIX /ac Thawt_CodeSigning_CA.crt /t http://timestamp.ve
cd "..\Release\Setup Files\"
+copy /V /Y ..\..\..\Translations\*.xml .
+
"VeraCrypt Setup.exe" /p
+del *.xml
+
cd "..\..\Signing"
signtool sign /v /a /n IDRIX /ac Thawt_CodeSigning_CA.crt /t http://timestamp.verisign.com/scripts/timestamp.dll "..\Release\Setup Files\VeraCrypt Setup 1.0d.exe"