This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 6e1ecbd On Windows rename x2goclient.exe to x2goclient-mainprocess.exe and x2gohelper.exe to x2goclient.exe. new 1c6ede3 Revert "Revert accidental config_win.bat code in 5bb4a33" The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: config_win.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 1c6ede3a6a1c2333fe5f77df49e0bbd4cbf504ef Author: Mike DePaulo <mikedep333@gmail.com> Date: Thu Jul 10 08:59:02 2014 -0400 Revert "Revert accidental config_win.bat code in 5bb4a33" --- config_win.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config_win.bat b/config_win.bat index 695b3e2..8bd1f36 100755 --- a/config_win.bat +++ b/config_win.bat @@ -2,4 +2,7 @@ mingw32-make distclean lrelease x2goclient.pro set X2GO_CLIENT_TARGET= qmake - +cd x2gohelper +mingw32-make distclean +qmake +cd .. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git