[X2Go-Commits] [x2goclient] 198/217: nsis/x2goclient.nsi: add startup.wav to installer package.

git-admin at x2go.org git-admin at x2go.org
Wed Sep 21 01:09:44 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit d8e008466bda45db70d37db1f28352300b0df506
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Jun 30 23:56:08 2016 +0200

    nsis/x2goclient.nsi: add startup.wav to installer package.
---
 debian/changelog    |    1 +
 nsis/x2goclient.nsi |    1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 05e50bf..3151969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -328,6 +328,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - src/x2goutils.cpp: fix faulty logic in find_binary (): only reset the
       given path to CWD iff it's actually empty. Not the other way around.
     - src/x2goutils.cpp: add some debug logging to find_binary ().
+    - nsis/x2goclient.nsi: add startup.wav to installer package.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi
index 77d141d..461f002 100644
--- a/nsis/x2goclient.nsi
+++ b/nsis/x2goclient.nsi
@@ -128,6 +128,7 @@ Section "X2Go Client (required)" base
   File /a /x x2goclient.debug.exe /x pageant.exe /x puttygen.exe "x2goclient\*.*"
   File /r "x2goclient\pulse"
   File /r /x "fonts" "x2goclient\VcXsrv"
+  File "..\res\audio\startup.wav"
 
   ;Store installation folder
   WriteRegStr HKLM "Software\x2goclient" "" $INSTDIR

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list