[X2Go-Commits] [x2goclient] 01/01: Windows: Reduce size of NSIS installer by switching to lzma solid compression

git-admin at x2go.org git-admin at x2go.org
Sat Jun 28 05:16:13 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit e2eb3b1addcdf4b3963760ec50c82173dc13ef32
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Fri Jun 27 23:15:58 2014 -0400

    Windows: Reduce size of NSIS installer by switching to lzma solid compression
---
 debian/changelog    |    1 +
 nsis/x2goclient.nsi |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e756295..5bae0f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low
   * New upstream release (4.0.2.1):
     - Windows: Enable PulseAudio log when --debug is passed.
     - Windows: Fix compatibility with current PulseAudio master branch
+    - Windows: Reduce size of NSIS installer by switching to lzma solid compression
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 10 Apr 2014 18:30:25 +0200
 
diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi
index 326e3d5..bb6154b 100755
--- a/nsis/x2goclient.nsi
+++ b/nsis/x2goclient.nsi
@@ -19,6 +19,10 @@
   ;Default installation folder
   InstallDir "$PROGRAMFILES\x2goclient"
   
+  ;NSIS 2.46 defaults to zlib. Setting this reduces the size of a default
+  ;(no fonts) build by about 24%
+  SetCompressor /SOLID lzma  
+  
   ;Get installation folder from registry if available
   InstallDirRegKey HKLM "Software\x2goclient" ""
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list