Skip to content

Commit

Permalink
dismplusplus: Improve checkver.regex
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Oct 26, 2023
1 parent 37cb213 commit a5eb772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/dismplusplus.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"checkver": {
"url": "https://api.github.com/repositories/74809720/releases",
"jsonpath": "$..browser_download_url",
"regex": "v(?<tag>[\\d.]+)/Dism%2B%2B(?<version>[\\w\\d.]+)\\.zip"
"regex": "v(?<tag>[\\d.]+)/Dism%2B%2B(?<version>[\\d.]+[a-z]?)\\.zip"
},
"autoupdate": {
"url": "https://github.com/Chuyu-Team/Dism-Multi-language/releases/download/v$matchTag/Dism++$version.zip"
Expand Down

0 comments on commit a5eb772

Please sign in to comment.