This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit c97d645185fe3804a4d14023cd62deaf518f4f84 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 14 00:46:16 2015 +0100 nsis/x2goclient.nsi: don't change the icons path. --- debian/changelog | 1 + nsis/x2goclient.nsi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e50d18..2f2e20c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -133,6 +133,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium resources.rcc, x2goclient.pro and debian/rules. - Fix formatting errors in nsis/gpl.txt. - Fix whitespace errors in nsis/x2goclient.nsi. + - Don't change the icons path in nsis/x2goclient.nsi. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index 1b49e4d..a0cafc5 100755 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -15,8 +15,8 @@ Name "x2goclient ${VERSION}" Caption "x2goclient ${VERSION}" OutFile "x2goclient-${VERSION}-setup.exe" - !define MUI_ICON img\icons\win-install.ico - !define MUI_UNICON img\icons\win-uninstall.ico + !define MUI_ICON icons\win-install.ico + !define MUI_UNICON icons\win-uninstall.ico ;Default installation folder InstallDir "$PROGRAMFILES\x2goclient" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git