Deprecate uploading to Garmin Connect

Add note about non-rooted Android 15 and later
This commit is contained in:
oldnapalm
2026-03-30 20:08:01 -03:00
parent f2a2197bda
commit 41eef4fd77
6 changed files with 10 additions and 48 deletions

View File

@@ -24,7 +24,7 @@ jobs:
pathInArchive: "upx-4.2.2-win64/upx.exe"
- run: pip install -r requirements.txt
- run: pip install pyinstaller garth
- run: pip install pyinstaller garth==0.6.3
- run: pyinstaller standalone.spec
- uses: actions/upload-artifact@v4