mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
26 lines
866 B
JSON
26 lines
866 B
JSON
{
|
|
"version": "0.6.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.6.0/helix-v0.6.0-x86_64-windows.zip",
|
|
"hash": "23f4fe46f30e489938ad2fabfb768a024528eff437121356398f6839ddacb2b9",
|
|
"extract_dir": "helix-v0.6.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"
|
|
}
|
|
}
|
|
}
|
|
}
|