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

git-admin at x2go.org git-admin at x2go.org
Sat Dec 31 01:35:22 CET 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 fb25e263824c175105c7ee8572d0c3a8cd7c23c7
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 13eaf9f..1bb526c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -338,6 +338,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.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
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