2022-09-01 20:30:13 +00:00

32 lines
947 B
JSON

{
"version": "22.08.1",
"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.08.1/helix-22.08.1-x86_64-windows.zip",
"hash": "ae2e1f534d2267b0de8cd53f6389dcce740d3f392c282e03768ba67db3f6003a",
"extract_dir": "helix-22.08.1-x86_64-windows"
}
},
"bin": [
"hx.exe",
[
"hx.exe",
"helix"
]
],
"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"
}
}
}
}