Martijn Laan 3 luni în urmă
părinte
comite
4f8f644787
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Projects/Src/Setup.ScriptDlg.pas

+ 1 - 1
Projects/Src/Setup.ScriptDlg.pas

@@ -1120,7 +1120,7 @@ function TDownloadWizardPage.AddExWithISSigVerify(const Url, ISSigUrl, BaseName,
   Password: String; const AllowedKeysRuntimeIDs: TStringList): Integer;
 begin
   const ISSigAllowedKeys = ConvertAllowedKeysRuntimeIDsToISSigAllowedKeys(AllowedKeysRuntimeIDs);
-  AddExWithISSigVerify(Url, ISSigUrl, BaseName, UserName, Password, ISSigAllowedKeys);
+  Result := AddExWithISSigVerify(Url, ISSigUrl, BaseName, UserName, Password, ISSigAllowedKeys);
 end;
 
 function TDownloadWizardPage.AddExWithISSigVerify(const Url, ISSigUrl, BaseName, UserName,