2022-05-28 20:28:01 +00:00

26 lines
860 B
JSON

{
"version": "22.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/22.05/helix-22.05-x86_64-windows.zip",
"hash": "36c23bc5ffab85ecaf7c363cdc87b19502e302262729dd11e5dd15e956531497",
"extract_dir": "helix-22.05-x86_64-windows"
}
},
"bin": "hx.exe",
"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"
}
}
}
}