This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch build-main-mswin in repository x2goclient. commit 98c0d80a4e96de851a5a32d09ab3fe96c63ac187 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 07:56:58 2017 -0500 Windows: Remove uninstaller from start menu. --- debian/changelog | 2 ++ nsis/x2goclient.nsi | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 19af85b..195cd62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ x2goclient (4.1.0.0--2017.03.11) unstable; urgency=medium * New upstream version (4.1.0.0-2017.03.11): - Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 Issues with audio when playing HTML5 videos + - Windows: Remove uninstaller from start menu. + It is still available in "Programs and Features". -- Mike DePaulo <mikedep333@gmail.com> Sat, 11 Mar 2017 13:24:19 -0500 diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index 461f002..d1fdcd9 100644 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -137,7 +137,6 @@ Section "X2Go Client (required)" base WriteUninstaller "$INSTDIR\Uninstall.exe" !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER" - CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\Uninstall.exe" CreateShortCut "$INSTDIR\X2Go Client.lnk" "$INSTDIR\x2goclient.exe" CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\X2Go Client.lnk" "$INSTDIR\x2goclient.exe" -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git