Skip to content

Commit 4b550ce

Browse files
committed
1 parent a74fdce commit 4b550ce

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

bucket/weasel.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"version": "0.17.4",
3+
"description": "Rime Input Method Engine, rimes with your keystrokes.",
4+
"homepage": "https://rime.im",
5+
"license": "GPL-3.0-or-later",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/rime/weasel/releases/download/0.17.4/weasel-0.17.4.0-installer.exe#/dl.7z",
9+
"hash": "cf509534a8f5f8af9c98ed7cbb8f135439f145a8cbe7e50ede42bb5b5ab45c29"
10+
}
11+
},
12+
"pre_install": "if (Test-Path \"$dir\\`$PLUGINSDIR\") { Remove-Item -Recurse -Force \"$dir\\`$PLUGINSDIR\" }",
13+
"shortcuts": [
14+
[
15+
"WeaselServer.exe",
16+
"Weasel"
17+
]
18+
],
19+
"checkver": {
20+
"github": "https://github.com/rime/weasel"
21+
},
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://github.com/rime/weasel/releases/download/$version/weasel-$version.0-installer.exe#/dl.7z"
26+
}
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)