From a916592daf3d875ac58507899c58f9324011d873 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 9 Jun 2005 11:48:43 +0000 Subject: [PATCH] Oops! We don't want zip compression... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10031 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 d4c8b61512..233f2ca367 100644 --- a/development/Win32/packaging/installer/lyx_installer.nsi +++ b/development/Win32/packaging/installer/lyx_installer.nsi @@ -19,7 +19,7 @@ CRCCheck force ; Make the installer as small as possible. -;SetCompressor lzma +SetCompressor lzma ;-------------------------------- ; You should need to change only these macros... -- 2.39.5