浏览代码

Script wizard: Remove Compression=lzma line.

lzma2 is obviously preferred.

Jordan Russell 10 月之前
父节点
当前提交
efb5d91bf8
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;