Skip to content

Commit

Permalink
(fix)alisthelper-portable: Fix regex,autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
DoveBoy committed Jun 26, 2024
1 parent 913bf84 commit c096da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bucket/alisthelper-portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"notes": "Show alist working directory by 'scoop prefix alist'",
"architecture": {
"64bit": {
"url": "https://github.com/Xmarmalade/alisthelper/releases/download/v0.1.5/AlistHelper_portable_v0.1.5_windows-x86_64.zip",
"url": "https://github.com/Xmarmalade/alisthelper/releases/download/v0.1.5/AlistHelper_v0.1.5_windows-x86_64.zip",
"hash": "22d71a86c9e790bb528cdcedf5261bfadaf3967c68f9eaab58967f319a6ec425"
}
},
Expand All @@ -39,12 +39,12 @@
],
"checkver": {
"url": "https://api.github.com/repos/Xmarmalade/alisthelper/releases",
"regex": "(?sm)browser_download_url.*?releases/download/v([\\d.]+)/AlistHelper_portable_v([\\d.]+)_windows-x86_64\\.zip"
"regex": "(?sm)browser_download_url.*?releases/download/v([\\d.]+)/AlistHelper_v([\\d.]+)_windows-x86_64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Xmarmalade/alisthelper/releases/download/v$version/AlistHelper_portable_v$version_windows-x86_64.zip"
"url": "https://github.com/Xmarmalade/alisthelper/releases/download/v$version/AlistHelper_v$version_windows-x86_64.zip"
}
}
}
Expand Down

0 comments on commit c096da3

Please sign in to comment.