grim/guifications1

Parents 36faefb5de6f
Children fe3c04ffd8b2
Use LZMA compression from new NSIS 2.0 RC2 for 25% smaller installer file
--- a/guifications-installer.nsi Thu Jan 15 02:14:24 2004 +0000
+++ b/guifications-installer.nsi Thu Jan 15 15:25:19 2004 +0000
@@ -1,7 +1,7 @@
; NSIS Script For Guifications Plugin
; Author Daniel A. Atallah
; Based on the Gaim installer by Herman Bloggs and the Gaim-Encryption installer by Bill Tompkins
-; Uses NSIS v2.0b4
+; Uses NSIS v2.0 RC2
Name "Guifications ${GUIFICATIONS_VERSION}"
@@ -24,7 +24,7 @@
ShowInstDetails show
ShowUnInstDetails show
-SetCompressor bzip2
+SetCompressor lzma
; Translations
!include "nsis\translations\english.nsh"