From 0732a8016aeaa0bcb489c0a8f01538bb880c1139 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 16 Jun 2005 16:05:12 +0000 Subject: [PATCH] Compression... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10080 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/lyx_installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/Win32/packaging/installer/lyx_installer.nsi b/development/Win32/packaging/installer/lyx_installer.nsi index 7e641d6b5b..bd581add0a 100644 --- a/development/Win32/packaging/installer/lyx_installer.nsi +++ b/development/Win32/packaging/installer/lyx_installer.nsi @@ -20,7 +20,7 @@ CRCCheck force ; Make the installer as small as possible. -;SetCompressor lzma +SetCompressor lzma ;-------------------------------- ; You should need to change only these macros...