1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-13 03:48:26 -06:00

Windows: Move User Guide CHM file under "docs" folder

This commit is contained in:
Mounir IDRASSI
2017-06-04 21:52:16 +02:00
parent 1f22d53f00
commit bf13f88ffa
5 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
PATH=%PATH%;%WSDK81%\bin\x86;C:\Program Files\7-Zip;C:\Program Files (x86)\7-Zip
set SIGNINGPATH=%~dp0
cd %SIGNINGPATH%
call "..\..\..\doc\chm\create_chm.bat"
call "..\..\doc\chm\create_chm.bat"
cd %SIGNINGPATH%
@@ -20,7 +21,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 .
@@ -28,6 +28,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