mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1005 B
JSON
35 lines
1005 B
JSON
{
|
|
"version": "24.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/24.07/helix-24.07-x86_64-windows.zip",
|
|
"hash": "3575f28a3e718005ffd803fa04ae8d26c83ba72131615182beafe7152ce831dd",
|
|
"extract_dir": "helix-24.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"
|
|
}
|
|
}
|
|
}
|
|
}
|