2025-07-15 20:29:44 +00:00

35 lines
1005 B
JSON

{
"version": "25.07",
"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.07/helix-25.07-x86_64-windows.zip",
"hash": "55d7e5d64f083418776de56b738a898effc4c8b2ddb759094e97a5ebd95970cc",
"extract_dir": "helix-25.07-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"
}
}
}
}