UpdateCheckMode: Fixed Regex

This commit is contained in:
Beowulf 2022-03-13 16:38:39 +00:00 committed by Izzy
parent c6b7d092f3
commit 79c558d366
2 changed files with 4 additions and 4 deletions

View file

@ -50,6 +50,6 @@ Builds:
- yes - yes
AutoUpdateMode: Version %v AutoUpdateMode: Version %v
UpdateCheckMode: Tags .*[0-9]$ UpdateCheckMode: Tags ^[0-9\.]+$
CurrentVersion: '1.01' CurrentVersion: '1.01'
CurrentVersionCode: 3 CurrentVersionCode: 3

View file

@ -236,6 +236,6 @@ Builds:
- yes - yes
AutoUpdateMode: Version %v AutoUpdateMode: Version %v
UpdateCheckMode: Tags .*[0-9]$ UpdateCheckMode: Tags ^[0-9\.]+$
CurrentVersion: 3.16-pre1 CurrentVersion: '3.15'
CurrentVersionCode: 49 CurrentVersionCode: 48