* Fix definition of options

This commit is contained in:
Michaël Van Canneyt 2023-07-15 23:06:34 +02:00 committed by Pierre Muller
parent e7375efba7
commit b51be85ba6

View File

@ -52,9 +52,10 @@ end;
{$ifdef no_parent}
begin
add_packages_comandlineoptions();
if Assigned(Installer) then
begin
add_packages_comandlineoptions();
add_packages('');
Installer.Run;
end;