2023-03-31 12:30:41 +00:00

32 lines
939 B
JSON

{
"version": "23.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/23.03/helix-23.03-x86_64-windows.zip",
"hash": "58013f827d676a9dcb3efdf81e8202abc10e6665f977acb7edf2ba325645ddfb",
"extract_dir": "helix-23.03-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"
}
}
}
}