Skip to content

Commit

Permalink
Script wizard: Remove Compression=lzma line.
Browse files Browse the repository at this point in the history
lzma2 is obviously preferred.
  • Loading branch information
jordanrussell authored Nov 7, 2024
1 parent e325715 commit efb5d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Projects/Src/IDE.Wizard.WizardForm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ procedure TWizardForm.GenerateScript;
end;

{ Other }
Setup := Setup + 'Compression=lzma' + SNewLine;
Setup := Setup + 'SolidCompression=yes' + SNewLine;
Setup := Setup + 'WizardStyle=modern' + SNewLine;

Expand Down

0 comments on commit efb5d91

Please sign in to comment.