2022-03-30 11:25:46 +05:30

26 lines
860 B
JSON

{
"version": "22.03",
"description": "A post-modern modal text editor",
"homepage": "https://helix-editor.com",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/helix-editor/helix/releases/download/22.03/helix-22.03-x86_64-windows.zip",
"hash": "6ea24df6babe70f6ee28948b460f2a9bab5d7b970dbc74efb67f942168cd6b94",
"extract_dir": "helix-22.03-x86_64-windows"
}
},
"bin": "hx.exe",
"checkver": {
"github": "https://github.com/helix-editor/helix"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/helix-editor/helix/releases/download/$version/helix-$version-x86_64-windows.zip",
"extract_dir": "helix-$version-x86_64-windows"
}
}
}
}