This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from d5d9856 Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 new 3ea4c49 Windows: Remove uninstaller from start menu. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ nsis/x2goclient.nsi | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 3ea4c49c751cb2375b8d51ab9571e69bafcaf5c1 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 45af200..c70c5e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -164,6 +164,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (4.1.0.1): - 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". -- X2Go Release Manager <git-admin@x2go.org> Wed, 22 Feb 2017 07:13:10 +0100 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