# HG changeset patch # User Edouard Tisserant # Date 1633126441 -7200 # Node ID 3aea3759ccd781a7d060c8d0efc7e44e860cae71 # Parent 3991f82369cb3157b24a659533a0ca12b2736fa6 Re-enable lzma compression for windows installer diff -r 3991f82369cb -r 3aea3759ccd7 install.nsi --- a/install.nsi Thu Sep 09 21:54:33 2021 +0200 +++ b/install.nsi Sat Oct 02 00:14:01 2021 +0200 @@ -1,6 +1,6 @@ -;SetCompressor /SOLID /FINAL lzma -SetCompress off +SetCompressor /SOLID /FINAL lzma +;SetCompress off SetDatablockOptimize off !include MUI2.nsh