We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dc3da commit 49de3deCopy full SHA for 49de3de
1 file changed
src/Signing/sign.bat
@@ -31,7 +31,7 @@ del Languages.zip
31
rmdir /S /Q docs
32
mkdir docs\html\en
33
mkdir docs\EFI-DCS
34
-copy /V /Y ..\..\..\doc\html\* docs\html\en\.
+xcopy /E /V /Y ..\..\..\doc\html\* docs\html\en\.
35
copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" docs\.
36
copy "..\..\..\doc\EFI-DCS\*.pdf" docs\EFI-DCS\.
37
del docs.zip
0 commit comments