Misc checkupdate fixes

This commit is contained in:
Jochen Sprickerhof 2021-06-18 07:59:33 +02:00
parent 2a2997b76b
commit 246c7fc970
2 changed files with 8 additions and 9 deletions

View file

@ -124,11 +124,10 @@ MaintainerNotes: |-
Both SDK and NDK path are set to use fdroid ones. Both SDK and NDK path are set to use fdroid ones.
The auto accept license is disabled since fdroid sdkmanager doesn't support The auto accept license is disabled since fdroid sdkmanager doesn't support
the --licenses argument. the --licenses argument.
UpdateCheckMode stays as HTTP as the app has an older tag with a higher version number.
AutoUpdateMode: Version v%v AutoUpdateMode: Version
UpdateCheckMode: HTTP UpdateCheckMode: Tags ^v.*$
UpdateCheckData: https://raw.githubusercontent.com/AndreMiras/EtherollApp/develop/src/etherollapp/version.py|__version_code__ UpdateCheckData: src/etherollapp/version.py|__version_code__ = (\d+)|.|__version__
= (\d+)|.|__version__ = '(\d+\.\d+)' = '(\d+\.\d+)'
CurrentVersion: '2020.0322' CurrentVersion: '2019.1108'
CurrentVersionCode: 721202322 CurrentVersionCode: 721203008

View file

@ -89,5 +89,5 @@ Builds:
AutoUpdateMode: Version v%v AutoUpdateMode: Version v%v
UpdateCheckMode: Tags UpdateCheckMode: Tags
CurrentVersion: 10.0.0 CurrentVersion: 10.0.2
CurrentVersionCode: 53 CurrentVersionCode: 55