mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Update snapshot builds
Fixes a couple of regressions from v3.7 release. [publish binaries][skip travis]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user