This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 4341e2fa42950865bd0409eafaa4f45e70f027c3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 6 01:24:17 2015 +0100 config_win.bat: fix missed lrelease call. --- config_win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_win.bat b/config_win.bat index 393a887..a818322 100755 --- a/config_win.bat +++ b/config_win.bat @@ -7,7 +7,7 @@ mkdir client_build cd client_build -lrelease x2goclient.pro +lrelease ..\x2goclient.pro set X2GO_CLIENT_TARGET= -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git