This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit a88a8e840737aa08ec46b187c6ad7045b2d8c89d 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 6c34163..c88fca3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -159,6 +159,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; 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. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 12:49:22 +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/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git