This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 47bc1f5417d6e5a673860e41bd61266989dbc01c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 14 06:01:47 2015 +0100 general: move Info.plist to res/ and update reference in x2goclient.pro. --- debian/changelog | 1 + Info.plist => res/Info.plist | 0 x2goclient.pro | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ddd9e7e..f1b9813 100644 --- a/debian/changelog +++ b/debian/changelog @@ -212,6 +212,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; urgency=medium Makefile in macbuild.sh. - Also also specify the top dir when defining the path to the generated appbundle and dmg file in macbuild.sh. + - Move Info.plist to res/ and update reference in x2goclient.pro. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 12:49:22 +0100 diff --git a/Info.plist b/res/Info.plist similarity index 100% rename from Info.plist rename to res/Info.plist diff --git a/x2goclient.pro b/x2goclient.pro index 9ac24a5..77ce345 100644 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -194,7 +194,7 @@ win32-* { } QT += svg network ICON = res/img/icons/x2go-mac.icns -QMAKE_INFO_PLIST = Info.plist +QMAKE_INFO_PLIST = res/Info.plist plugin { DEFINES += CFGPLUGIN -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git