2022-12-07 04:34:46 +00:00

32 lines
939 B
JSON

{
"version": "22.12",
"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.12/helix-22.12-x86_64-windows.zip",
"hash": "150e63120d55da2d4246f29ae645646b482b48070c0105dee837b85d85a02d6d",
"extract_dir": "helix-22.12-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"
}
}
}
}