Update the archversion regex for upscayl so it doesn't include betas
This commit is contained in:
parent
653f7da369
commit
261e418ee7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ regex = releases/tag/v([0-9][0-9\.]*[0-9])
|
||||||
|
|
||||||
[upscayl-bin]
|
[upscayl-bin]
|
||||||
url = https://github.com/upscayl/upscayl/releases
|
url = https://github.com/upscayl/upscayl/releases
|
||||||
regex = releases/tag/v([0-9][0-9\.]*[0-9])
|
regex = releases/tag/v([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*)[^\-]
|
||||||
|
|
||||||
[wla_dx]
|
[wla_dx]
|
||||||
url = https://github.com/vhelin/wla-dx/releases
|
url = https://github.com/vhelin/wla-dx/releases
|
||||||
|
|
Loading…
Reference in a new issue