diff --git a/bucket/zenhan.json b/bucket/zenhan.json new file mode 100644 index 0000000000..6399a74a4e --- /dev/null +++ b/bucket/zenhan.json @@ -0,0 +1,22 @@ +{ + "version": "0.0.1", + "homepage": "https://github.com/iuchim/zenhan", + "description": "Editor input method switcher", + "license": "Unknown", + "notes": "You can use zenhan from autoSwitchIM function of VSCodeVim (see https://github.com/VSCodeVim/Vim#input-method)", + "url": "https://github.com/iuchim/zenhan/releases/download/v0.0.1/zenhan.zip", + "hash": "057e4ad47163c31d530a695353958e989200381b048c1e4f1bd8b40a97c20e28", + "architecture": { + "64bit": { + "extract_dir": "zenhan\\bin64" + }, + "32bit": { + "extract_dir": "zenhan\\bin32" + } + }, + "bin": "zenhan.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/iuchim/zenhan/releases/download/v$version/zenhan.zip" + } +}