[vlmc-devel] commit: Win32 installer: use /SOLID with lzma to reduce installer size ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed Dec 29 17:45:51 CET 2010
vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 29 17:41:55 2010 +0100| [116a00db0b7553193cd38a88ad553cfc85c74a72] | committer: Hugo Beauzée-Luyssen
Win32 installer: use /SOLID with lzma to reduce installer size
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=116a00db0b7553193cd38a88ad553cfc85c74a72
---
nsis/installer.nsi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/nsis/installer.nsi b/nsis/installer.nsi
index a027ca7..0b97107 100644
--- a/nsis/installer.nsi
+++ b/nsis/installer.nsi
@@ -24,7 +24,7 @@ InstallDir "$PROGRAMFILES\VideoLAN\@PROJECT_NAME_SHORT@"
RequestExecutionLevel admin
; Compression method
-SetCompressor lzma
+SetCompressor /SOLID lzma
;--------------------------------
; Interface
More information about the Vlmc-devel
mailing list