Skip to content

Commit

Permalink
Update weasel.json
Browse files Browse the repository at this point in the history
Fix checkver of weasel
  • Loading branch information
wenxuanjun authored Oct 1, 2024
1 parent 9baae55 commit 76460df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bucket/weasel.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"script": "Invoke-ExternalCommand \"$dir/uninstall.exe\" -ArgumentList '/S' -RunAs | Out-Null"
},
"checkver": {
"url": "https://github.com/rime/weasel/releases",
"regex": "/rime/weasel/releases/download/[\\d.]+/weasel-([\\d.]+)-installer.exe"
"github": "https://github.com/rime/weasel"
},
"autoupdate": {
"url": "https://github.com/rime/weasel/releases/download/$matchHead/weasel-$version-installer.exe#/dl.7z"
"url": "https://github.com/rime/weasel/releases/download/$version/weasel-$version.0-installer.exe#/dl.7z"
}
}

0 comments on commit 76460df

Please sign in to comment.