Windows: fix debug packaging script by copying missing driver .inf and .cat files from Release folder.

This commit is contained in:
Mounir IDRASSI 2019-01-09 11:32:05 +01:00
parent 406adce424
commit 44b2215a7a
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ mkdir docs\EFI-DCS
copy /V /Y ..\..\..\doc\html\* docs\html\en\.
copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" docs\.
copy "..\..\..\doc\EFI-DCS\*.pdf" docs\EFI-DCS\.
copy "..\..\Release\Setup Files\*.cat" .
copy "..\..\Release\Setup Files\veracrypt.inf" .
del docs.zip
7z a -y docs.zip docs