aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-23 20:37:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-23 20:37:00 +0000
commit38f827806af6f82573e4ef8a97b5d2805c341aad (patch)
treedb374a2cdddf0e9b0b1148cb02d792ce6bc8d12f /packaging/nsis
parentdda9beb85c59ddc5d07be5a66dcecde7795626c3 (diff)
... I should switch compression back on, the installer would otherwise become a bit large ...
svn path=/trunk/; revision=15017
Diffstat (limited to 'packaging/nsis')
-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