mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
32 lines
939 B
JSON
32 lines
939 B
JSON
{
|
|
"version": "22.08",
|
|
"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.08/helix-22.08-x86_64-windows.zip",
|
|
"hash": "7f0711ffea6677d317feed2acf928b836ee6c9e10be88aa3c0435941e39a76d8",
|
|
"extract_dir": "helix-22.08-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"
|
|
}
|
|
}
|
|
}
|
|
}
|