Windows MSI: fix failure to create MSI because of missing html files during packaging

This commit is contained in:
Mounir IDRASSI 2022-12-11 23:04:02 +01:00
parent 13dc3da6a6
commit 49de3de994
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

View File

@ -31,7 +31,7 @@ del Languages.zip
rmdir /S /Q docs
mkdir docs\html\en
mkdir docs\EFI-DCS
copy /V /Y ..\..\..\doc\html\* docs\html\en\.
xcopy /E /V /Y ..\..\..\doc\html\* docs\html\en\.
copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" docs\.
copy "..\..\..\doc\EFI-DCS\*.pdf" docs\EFI-DCS\.
del docs.zip