diff --git a/bucket/opencode-desktop.json b/bucket/opencode-desktop.json new file mode 100644 index 00000000000000..1b33947c632266 --- /dev/null +++ b/bucket/opencode-desktop.json @@ -0,0 +1,35 @@ +{ + "version": "1.1.25", + "description": "The open source AI coding agent.", + "homepage": "https://opencode.ai/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/anomalyco/opencode/releases/download/v1.1.25/opencode-desktop-windows-x64.exe#/dl.7z", + "hash": "2b4b80e8e0587a24faaa532ff6c6f9cdd4fbd860b6caf349f85acdcc5641d236" + } + }, + "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse -ErrorAction Ignore", + "bin": [ + [ + "opencode-cli.exe", + "opencode" + ] + ], + "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-windows-x64.exe#/dl.7z" + } + } + } +}