Martijn Laan před 3 měsíci
rodič
revize
59998c0e85
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Projects/Src/Setup.Install.pas

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

@@ -4007,7 +4007,7 @@ begin
       FreeAndNil(HandleStream);
 
       { Check verification if specified, otherwise check everything else we can check }
-      if Verification.Typ = fvNone then begin
+      if Verification.Typ <> fvNone then begin
         var ExpectedFileHash: TSHA256Digest;
         if Verification.Typ = fvHash then
           ExpectedFileHash := Verification.Hash