1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

add DCPcrypt

This commit is contained in:
Artem V. Ageev
2025-04-29 21:21:55 +03:00
parent 5b294f6724
commit 33d76d97b4

View File

@ -212,7 +212,7 @@ begin
try
if ParamCount > 0 then
case ParamStr(1) of
'build': BuildAll(Time, []);
'build': BuildAll(Time, ['DCPcrypt']);
else
OutLog(etDebug, ParamStr(1));
end;