2025-01-20 00:35:42 +00:00

35 lines
1013 B
JSON

{
"version": "25.01.1",
"description": "A post-modern modal text editor",
"homepage": "https://helix-editor.com",
"license": "MPL-2.0",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/helix-editor/helix/releases/download/25.01.1/helix-25.01.1-x86_64-windows.zip",
"hash": "564055657cf24a4ebb0ef929ee2bc40d379431868e06fd82e41a0def01a5a320",
"extract_dir": "helix-25.01.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"
}
}
}
}