Skip to content

Commit 49de3de

Browse files
committed
Windows MSI: fix failure to create MSI because of missing html files during packaging
1 parent 13dc3da commit 49de3de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Signing/sign.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ del Languages.zip
3131
rmdir /S /Q docs
3232
mkdir docs\html\en
3333
mkdir docs\EFI-DCS
34-
copy /V /Y ..\..\..\doc\html\* docs\html\en\.
34+
xcopy /E /V /Y ..\..\..\doc\html\* docs\html\en\.
3535
copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" docs\.
3636
copy "..\..\..\doc\EFI-DCS\*.pdf" docs\EFI-DCS\.
3737
del docs.zip

0 commit comments

Comments
 (0)