* Fix definition of options

This commit is contained in:
Michaël Van Canneyt 2023-07-15 23:06:34 +02:00
parent 3bd3a67189
commit 73322fa6af

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;