diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-05-29 17:03:04 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-01 01:56:11 +0200 |
commit | f2c800c72ec729076360f4de1335633ce79660f1 (patch) | |
tree | 57cf43e7ca28ed992f22c2a119ffe5fcbd0ff686 /src/Signing/sign.bat | |
parent | 02295feddf77b467f56e27e51b4f384cf5d9ce3f (diff) | |
download | VeraCrypt-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.bat')
-rw-r--r-- | src/Signing/sign.bat | 10 |
1 files changed, 10 insertions, 0 deletions
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 |