v3.8-DEV2601

First v3.8 Dev Build, includes planned activities
[publish binaries]
This commit is contained in:
Alejandro Martinez
2026-01-06 20:17:34 -03:00
parent 87ea10c916
commit 9bd37f0e97
10 changed files with 26 additions and 609 deletions

View File

@@ -67,6 +67,6 @@ then echo "AppImage not generated, check the errors"; exit 1
fi
echo "Renaming AppImage file to version number ready for deploy"
mv GoldenCheetah*.AppImage ../GoldenCheetah_v3.7_x64.AppImage
mv GoldenCheetah*.AppImage ../GoldenCheetah_v3.8_x64.AppImage
exit

View File

@@ -28,6 +28,6 @@ cp -R ../site-packages GoldenCheetah.app/Contents/Frameworks/Python.framework/Ve
macdeployqt GoldenCheetah.app -verbose=2 -executable=GoldenCheetah.app/Contents/MacOS/GoldenCheetah -fs=hfs+ -dmg
echo "Renaming dmg file to branch and build number ready for deploy"
mv GoldenCheetah.dmg ../GoldenCheetah_v3.7_x64.dmg
mv GoldenCheetah.dmg ../GoldenCheetah_v3.8_x64.dmg
exit