From bf13f88ffaef175bb6ff13beca30f76ed12bac6e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 4 Jun 2017 21:52:16 +0200 Subject: Windows: Move User Guide CHM file under "docs" folder --- src/Signing/sign_test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Signing/sign_test.bat') diff --git a/src/Signing/sign_test.bat b/src/Signing/sign_test.bat index 14d6888b..3344d211 100644 --- a/src/Signing/sign_test.bat +++ b/src/Signing/sign_test.bat @@ -25,7 +25,6 @@ cd "..\Release\Setup Files\" copy ..\..\LICENSE . copy ..\..\License.txt . copy ..\..\NOTICE . -copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" . del *.xml copy /V /Y ..\..\..\Translations\*.xml . @@ -33,6 +32,7 @@ copy /V /Y ..\..\..\Translations\*.xml . rmdir /S /Q docs mkdir docs\html\en copy /V /Y ..\..\..\doc\html\* docs\html\en\. +copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" docs\. del docs.zip 7z a -y docs.zip docs -- cgit v1.2.3