From 17b58ae2d9f8e014f986a3c01fed3c7644fa02e2 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 1 Dec 2003 22:48:58 +0000 Subject: [PATCH] Added LZMA to SetCompressor's list git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3242 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/tokens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/tokens.cpp b/Source/tokens.cpp index 6f64756b..a5e91510 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -158,7 +158,7 @@ static tokenType tokenlist[TOK__LAST] = {TOK_SETCTLCOLORS,"SetCtlColors",2,2,"hwnd [/BRANDING] [text_color] [transparent|bg_color]"}, {TOK_SETBRANDINGIMAGE,"SetBrandingImage",1,2,"[/IMGID=image_item_id_in_dialog] [/RESIZETOFIT] bitmap.bmp"}, {TOK_SETCOMPRESS,"SetCompress",1,0,"(off|auto|force)"}, -{TOK_SETCOMPRESSOR,"SetCompressor",1,1,"[/FINAL] (zlib|bzip2)"}, +{TOK_SETCOMPRESSOR,"SetCompressor",1,1,"[/FINAL] (zlib|bzip2|lzma)"}, {TOK_SETCOMPRESSORDICTSIZE,"SetCompressorDictSize",1,0,"dict_size_mb"}, {TOK_SETCOMPRESSIONLEVEL,"SetCompressionLevel",1,0,"level_0-9"}, {TOK_SETDATESAVE,"SetDateSave",1,0,"(off|on)"},