This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 60972c5 fix removal of all colons from release announcements new b45ad26 nsis-builder.bat: Improve logic for x2gohelper 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: bin/nsis-builder.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit b45ad2606eb4241aab0fa45ee575abea39e6f628 Author: Mike DePaulo <mikedep333@gmail.com> Date: Fri Sep 12 00:44:52 2014 -0400 nsis-builder.bat: Improve logic for x2gohelper --- bin/nsis-builder.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 4eff159..c61dc7b 100644 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -12,8 +12,9 @@ if "%1"=="--console" sed -i 's/#CONFIG += console/CONFIG += console/' x2goclient mingw32-make || exit /b %errorlevel% dir release\x2goclient.exe cd x2gohelper -mingw32-make +mingw32-make || exit /b %errorlevel% cd .. +dir release\x2gohelper.exe rmdir /s /q nsis\x2goclient cd nsis mkdir x2goclient -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git