This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 40cad10 bin/build-rpm-package: support OpenSuSE Tumbleweed i586 port, architecture was split out. new 979e653 bin/nsis-builder.bat: use UPX 4.0.2. 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 979e6538e0225529c117b180306b88780718d86e Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jun 28 03:41:25 2023 +0200 bin/nsis-builder.bat: use UPX 4.0.2. --- 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 5b50373..30540ce 100755 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -15,7 +15,7 @@ if "%1"=="mingw32-4.8" ( call "D:\Qt\4.8.6\bin\qtvars.bat" ) set PATH=%PATH%;C:\Program Files (x86)\Git\bin\ -set PATH=%PATH%;D:\x2goclient-contrib\upx\3.96_bin\ +set PATH=%PATH%;D:\x2goclient-contrib\upx\4.0.2_bin\ set PATH=%PATH%;C:\Program Files (x86)\NSIS\ rmdir /s /q nsis\x2goclient -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git