Martijn Laan 2 months ago
parent
commit
4f8f644787
1 changed files with 1 additions and 1 deletions
  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,