aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-03 01:06:21 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-03 01:06:21 +0000
commitf8fccb9ed11598708a00c7ef2bee103091fbc0f5 (patch)
tree6a3abf17134c228103ad79eec0c604d3778b4166
parente8a196911c98a9c05c76e8b59589e2b0dbf7d894 (diff)
set compression mechanism for Modern UI to lzma
svn path=/trunk/; revision=9963
-rw-r--r--packaging/nsis/ethereal.nsi8
1 files changed, 7 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index b8db29b93a..a2348e69f2 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,13 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.41 2004/02/01 03:35:05 guy Exp $
+; $Id: ethereal.nsi,v 1.42 2004/02/03 01:06:21 ulfl Exp $
+
+
+!ifdef MAKENSIS_MODERN_UI
+; Set the compression mechanism first
+SetCompressor lzma
+!endif
; ============================================================================
; Header configuration