From f05217c2653c330f86feef2a867303323fb6208d Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Mon, 12 May 2025 19:40:09 -0300 Subject: [PATCH] Update snapshot builds Fixes a couple of regressions from v3.7 release. [publish binaries][skip travis] --- appveyor.yml | 4 ++-- appveyor/linux/after_build.sh | 2 +- src/Core/GcUpgrade.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bf1d0c298..b771be4f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -65,13 +65,13 @@ init: export OS_NAME=linux # Setup QT 5.15 export QTDIR=$HOME/Qt/5.15/gcc_64 - export PATH=$HOME/Qt/5.15/gcc_64/bin:$PATH + export PATH=$QTDIR/bin:$PATH qmake --version else export OS_NAME=macos # Setup QT 6.5 export QTDIR=$HOME/Qt/6.5/macos - export PATH=$HOME/Qt/6.5/macos/bin:$PATH + export PATH=$QTDIR/bin:$PATH qmake --version # Setup Xcode 14.2 sudo xcode-select -s /Applications/Xcode-14.2.0.app diff --git a/appveyor/linux/after_build.sh b/appveyor/linux/after_build.sh index 5b07d3360..729e585ce 100644 --- a/appveyor/linux/after_build.sh +++ b/appveyor/linux/after_build.sh @@ -38,7 +38,7 @@ wget --no-verbose -c https://github.com/probonopd/linuxdeployqt/releases/downloa chmod a+x linuxdeployqt-continuous-x86_64.AppImage ### Deploy to appdir -./linuxdeployqt-continuous-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3,libxcb-dri3.so.0 -unsupported-allow-new-glibc +./linuxdeployqt-continuous-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libqsqlmimer,libqsqlodbc,libnss3,libnssutil3,libxcb-dri3.so.0 -unsupported-allow-new-glibc # Add Python and core modules wget --no-verbose https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.17-cp37-cp37m-manylinux1_x86_64.AppImage diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index 00833cdc3..caaa08b97 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -123,7 +123,7 @@ #define VERSION34_BUILD 3955 // released #define VERSION35_BUILD 3990 // released #define VERSION36_BUILD 5000 // released 5/8/23 -#define VERSION37_BUILD 5005 // released 28/3/25 +#define VERSION37_BUILD 5005 // released 28/3/25 - latest snapshot 12/5/25 // will keep changing during testing and before final release #define VERSION31_BUILD VERSION31_UPG