mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows MSI: fix failure to create MSI because of missing html files during packaging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user