From f2c800c72ec729076360f4de1335633ce79660f1 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 29 May 2017 17:03:04 +0200 Subject: Windows: Update packaging bat files to account for the location change of license files and User Guide pdf. --- src/Signing/sign.bat | 10 ++++++++++ src/Signing/sign_test.bat | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/Signing/sign.bat b/src/Signing/sign.bat index bcd40ab2..662e68f7 100644 --- a/src/Signing/sign.bat +++ b/src/Signing/sign.bat @@ -11,6 +11,11 @@ signtool sign /v /a /n "IDRIX SARL" /i GlobalSign /ac GlobalSign_SHA256_EV_CodeS cd "..\Release\Setup Files\" +copy ..\..\LICENSE . +copy ..\..\License.txt . +copy ..\..\NOTICE . +copy "..\..\..\doc\VeraCrypt User Guide.pdf" . + del *.xml copy /V /Y ..\..\..\Translations\*.xml . @@ -23,6 +28,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 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 -- cgit v1.2.3