aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 97e1219229..186f28964e 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -7,7 +7,7 @@
!ifdef MAKENSIS_MODERN_UI
; Set the compression mechanism first
; as of NSIS 2.07, solid compression is no longer default, so set the /SOLID switch (saves ~1MB)
-;SetCompressor /SOLID lzma
+SetCompressor /SOLID lzma
!endif
!ifdef GTK1_DIR & GTK2_DIR