This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit bc3b072a11f72bd4e0633e2bbd2de020b3ca4e3c Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat May 9 11:07:29 2015 -0400 Add mingw32-4.8+qt-4.8+release.wrapper.sh --- bin/mingw32-4.8+qt-4.8+release.wrapper.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/mingw32-4.8+qt-4.8+release.wrapper.sh b/bin/mingw32-4.8+qt-4.8+release.wrapper.sh new file mode 100755 index 0000000..1e217d4 --- /dev/null +++ b/bin/mingw32-4.8+qt-4.8+release.wrapper.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# This script exists because it appears that you cannot pass env vars +# to C:\cygwin\bin\bash.exe from the windows command prompt. +export NSIS_BUILD_FOR="mingw32-4.8:qt-4.8" +export RELEASE="TRUE" +$1 $2 $3 $4 -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git