2022-08-31 20:30:14 +00:00

32 lines
939 B
JSON

{
"version": "22.08",
"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/helix-22.08-x86_64-windows.zip",
"hash": "7f0711ffea6677d317feed2acf928b836ee6c9e10be88aa3c0435941e39a76d8",
"extract_dir": "helix-22.08-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"
}
}
}
}