From 49de3de994dc5f4ad2dd070dc7159a226c7e7879 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 11 Dec 2022 23:04:02 +0100 Subject: Windows MSI: fix failure to create MSI because of missing html files during packaging --- src/Signing/sign.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Signing/sign.bat b/src/Signing/sign.bat index addece12..7a810fbc 100644 --- a/src/Signing/sign.bat +++ b/src/Signing/sign.bat @@ -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 -- cgit v1.2.3