Forráskód Böngészése

Script wizard: Remove Compression=lzma line.

lzma2 is obviously preferred.

Jordan Russell 10 hónapja
szülő
commit
efb5d91bf8
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      Projects/Src/IDE.Wizard.WizardForm.pas

+ 0 - 1
Projects/Src/IDE.Wizard.WizardForm.pas

@@ -1053,7 +1053,6 @@ begin
     end;
 
     { Other }
-    Setup := Setup + 'Compression=lzma' + SNewLine;
     Setup := Setup + 'SolidCompression=yes' + SNewLine;
     Setup := Setup + 'WizardStyle=modern' + SNewLine;