VeraCrypt
aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--src/Signing/sign.bat10
-rw-r--r--src/Signing/sign_test.bat10
2 files changed, 20 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
@@ -13,2 +13,7 @@ cd "..\Release\Setup Files\"
+copy ..\..\LICENSE .
+copy ..\..\License.txt .
+copy ..\..\NOTICE .
+copy "..\..\..\doc\VeraCrypt User Guide.pdf" .
+
del *.xml
@@ -25,2 +30,7 @@ del docs.zip
+del LICENSE
+del License.txt
+del NOTICE
+del "VeraCrypt User Guide.pdf"
+
del *.xml
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
@@ -17,2 +17,7 @@ cd "..\Release\Setup Files\"
+copy ..\..\LICENSE .
+copy ..\..\License.txt .
+copy ..\..\NOTICE .
+copy "..\..\..\doc\VeraCrypt User Guide.pdf" .
+
del *.xml
@@ -29,2 +34,7 @@ del docs.zip
+del LICENSE
+del License.txt
+del NOTICE
+del "VeraCrypt User Guide.pdf"
+
del *.xml