mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix debug packaging script by copying missing driver .inf and .cat files from Release folder.
This commit is contained in:
@@ -39,6 +39,8 @@ mkdir docs\EFI-DCS
|
||||
copy /V /Y ..\..\..\doc\html\* docs\html\en\.
|
||||
copy "..\..\..\doc\chm\VeraCrypt User Guide.chm" docs\.
|
||||
copy "..\..\..\doc\EFI-DCS\*.pdf" docs\EFI-DCS\.
|
||||
copy "..\..\Release\Setup Files\*.cat" .
|
||||
copy "..\..\Release\Setup Files\veracrypt.inf" .
|
||||
|
||||
del docs.zip
|
||||
7z a -y docs.zip docs
|
||||
|
||||
Reference in New Issue
Block a user