mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
787 B
JSON
23 lines
787 B
JSON
{
|
|
"version": "0.0.1",
|
|
"description": "Editor input method switcher",
|
|
"homepage": "https://github.com/iuchim/zenhan",
|
|
"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"
|
|
}
|
|
}
|