This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.2.x in repository x2goclient. commit 797b82eeb4d4609cc047c91c267d913f9d4dffa4 Author: Mike DePaulo <mikedep333@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 21bcaf1..5d89ee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,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@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