mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
14 lines
178 B
Batchfile
14 lines
178 B
Batchfile
|
PATH=%PATH%;C:\Program Files (x86)\HTML Help Workshop
|
||
|
|
||
|
set CHMBUILDPATH=%~dp0
|
||
|
cd %CHMBUILDPATH%
|
||
|
|
||
|
copy ..\html\* .
|
||
|
|
||
|
hhc VeraCrypt.hhp
|
||
|
|
||
|
del /F /Q *.html *.css *.jpg *.gif *.png
|
||
|
|
||
|
|
||
|
|