2021-10-29 16:28:16 +08:00

26 lines
866 B
JSON

{
"version": "0.5.0",
"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/v0.5.0/helix-v0.5.0-x86_64-windows.zip",
"hash": "c3cc06fa601bc91f10de9eb337d10775c964135f8e6ac672251c8e0161c21bde",
"extract_dir": "helix-v0.5.0-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/v$version/helix-v$version-x86_64-windows.zip",
"extract_dir": "helix-v$version-x86_64-windows"
}
}
}
}