[vlmc-devel] commit: nsis: change compression method to lzma (Ludovic Fauvet )

git at videolan.org git at videolan.org
Tue Apr 27 18:30:22 CEST 2010


vlmc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Tue Apr 27 18:29:57 2010 +0200| [f046900fde4dccff781dd1939ef0947e0a32b6cb] | committer: Ludovic Fauvet 

nsis: change compression method to lzma

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=f046900fde4dccff781dd1939ef0947e0a32b6cb
---

 nsis/installer.nsi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/nsis/installer.nsi b/nsis/installer.nsi
index 621f8e6..9ac8bd4 100644
--- a/nsis/installer.nsi
+++ b/nsis/installer.nsi
@@ -23,6 +23,9 @@ InstallDir "$PROGRAMFILES\VideoLAN\@PROJECT_NAME_SHORT@"
 ; Request admin permissions for Vista and higher
 RequestExecutionLevel admin
 
+; Compression method
+SetCompressor lzma
+
 ;--------------------------------
 ; Interface
 



More information about the Vlmc-devel mailing list