2023-05-18 08:26:21 +00:00

32 lines
939 B
JSON

{
"version": "23.05",
"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.05/helix-23.05-x86_64-windows.zip",
"hash": "27ba9a7ea0cbb5a4de2378c5d7383405f2aeb254118cfba1785eb0b32aee3ef0",
"extract_dir": "helix-23.05-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"
}
}
}
}