-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathopencode-desktop.json
More file actions
39 lines (39 loc) · 1.39 KB
/
Copy pathopencode-desktop.json
File metadata and controls
39 lines (39 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"version": "1.17.7",
"description": "The open source AI coding agent.",
"homepage": "https://opencode.ai/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.17.7/opencode-desktop-win-x64.exe#/dl.7z",
"hash": "5446dca7fc4feb78dd9773f14eff52f1e6430ba9a9a39b0e58388844cf4d9dd8"
},
"arm64": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.17.7/opencode-desktop-win-arm64.exe#/dl.7z",
"hash": "2c810739fcbd1594af6101cb6df2b0c5c591ebd85c3168cd54ec301ba6f10352"
}
},
"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"
}
}
}
}