mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "1.18.10",
|
|
"description": "The open source AI coding agent.",
|
|
"homepage": "https://opencode.ai/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/anomalyco/opencode/releases/download/v1.18.10/opencode-desktop-win-x64.exe#/dl.7z",
|
|
"hash": "3141a7f01f90eb4e00519257ca35fd6cab54f825283ab944d9412f908a64651e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/anomalyco/opencode/releases/download/v1.18.10/opencode-desktop-win-arm64.exe#/dl.7z",
|
|
"hash": "ae54daa3b9a9527116056be38f85b8c69dfd6e98f28b97b8c51e786c936fb96c"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-*.7z\" \"$dir\"",
|
|
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse -ErrorAction Ignore"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"OpenCode.exe",
|
|
"OpenCode"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/anomalyco/opencode"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-desktop-win-x64.exe#/dl.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-desktop-win-arm64.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|