VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Signing/sign_test.bat
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-05-29 17:03:04 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-01 01:56:11 +0200
commitf2c800c72ec729076360f4de1335633ce79660f1 (patch)
tree57cf43e7ca28ed992f22c2a119ffe5fcbd0ff686 /src/Signing/sign_test.bat
parent02295feddf77b467f56e27e51b4f384cf5d9ce3f (diff)
downloadVeraCrypt-f2c800c72ec729076360f4de1335633ce79660f1.tar.gz
VeraCrypt-f2c800c72ec729076360f4de1335633ce79660f1.zip
Windows: Update packaging bat files to account for the location change of license files and User Guide pdf.
Diffstat (limited to 'src/Signing/sign_test.bat')
-rw-r--r--src/Signing/sign_test.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Signing/sign_test.bat b/src/Signing/sign_test.bat
index 31f6d46f..477233fe 100644
--- a/src/Signing/sign_test.bat
+++ b/src/Signing/sign_test.bat
@@ -15,6 +15,11 @@ signtool sign /v /a /f %SHA256PFXNAME% /p %SHA256PFXPASSWORD% /ac %SHA256PFXCA%
cd "..\Release\Setup Files\"
+copy ..\..\LICENSE .
+copy ..\..\License.txt .
+copy ..\..\NOTICE .
+copy "..\..\..\doc\VeraCrypt User Guide.pdf" .
+
del *.xml
copy /V /Y ..\..\..\Translations\*.xml .
@@ -27,6 +32,11 @@ del docs.zip
"VeraCrypt Setup.exe" /p
+del LICENSE
+del License.txt
+del NOTICE
+del "VeraCrypt User Guide.pdf"
+
del *.xml
del docs.zip
rmdir /S /Q docs