This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 73d97100a87a592d5d6452c5f60f2b0f7d6738f0 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 2449d48..9f25fa8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -186,6 +186,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; 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. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +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/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git