This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 9a2574dfe69fbf16b19fcbe382c12c4fc9ee2200 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Mar 16 12:06:53 2014 -0400 Delete the nsis\x2goclient\ dir from the previous build. It was preventing PulseAudio 5.0 from being copied over to replace 1.1. --- bin/nsis-builder.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 5a857a4..1cdd8d5 100644 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -12,6 +12,7 @@ if "%1"=="--console" sed -i 's/#CONFIG += console/CONFIG += console/' x2goclient %COMSPEC% /c config_win.bat mingw32-make dir release\x2goclient.exe +rmdir /s /q nsis\x2goclient cd nsis mkdir x2goclient xcopy /S D:\Build\scripts\current_files\x2goclient x2goclient -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git