diff --git a/bucket/weasel.json b/bucket/weasel.json new file mode 100644 index 00000000000000..87442ed819be2c --- /dev/null +++ b/bucket/weasel.json @@ -0,0 +1,29 @@ +{ + "version": "0.17.4", + "description": "Rime Input Method Engine, rimes with your keystrokes.", + "homepage": "https://rime.im", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/rime/weasel/releases/download/0.17.4/weasel-0.17.4.0-installer.exe#/dl.7z", + "hash": "cf509534a8f5f8af9c98ed7cbb8f135439f145a8cbe7e50ede42bb5b5ab45c29" + } + }, + "pre_install": "if (Test-Path \"$dir\\`$PLUGINSDIR\") { Remove-Item -Recurse -Force \"$dir\\`$PLUGINSDIR\" }", + "shortcuts": [ + [ + "WeaselServer.exe", + "Weasel" + ] + ], + "checkver": { + "github": "https://github.com/rime/weasel" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rime/weasel/releases/download/$version/weasel-$version.0-installer.exe#/dl.7z" + } + } + } +}