This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 3ded1d6 bin/nsis-builder.bat: use UPX 3.95. new cbea32f bin/nsis-builder.bat: update to NSIS 3.x. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 cbea32f354ff44550b4772ab9139a4df7a973829 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu May 23 02:04:58 2019 +0200 bin/nsis-builder.bat: update to NSIS 3.x. --- bin/nsis-builder.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index d9e3589..b21837c 100755 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -16,7 +16,7 @@ if "%1"=="mingw32-4.8" ( ) set PATH=%PATH%;C:\Program Files (x86)\Git\bin\ set PATH=%PATH%;D:\x2goclient-contrib\upx\3.95_bin\ -set PATH=%PATH%;C:\Program Files (x86)\NSIS\Unicode\ +set PATH=%PATH%;C:\Program Files (x86)\NSIS\ rmdir /s /q nsis\x2goclient mkdir nsis\x2goclient -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git