ignore: fix

This commit is contained in:
Aiden Cline
2025-11-07 15:32:08 -06:00
parent d31f97343c
commit 3bb3f4f2c9
2 changed files with 6 additions and 6 deletions

View File

@@ -11,26 +11,26 @@ name = "OpenCode"
icon = "./icons/opencode.svg"
[agent_servers.opencode.targets.darwin-aarch64]
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-darwin-arm64.zip"
archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-darwin-arm64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.darwin-x86_64]
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-darwin-x64.zip"
archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-darwin-x64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-aarch64]
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-linux-arm64.zip"
archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-linux-arm64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-x86_64]
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-linux-x64.zip"
archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-linux-x64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.windows-x86_64]
archive = "https://github.com/sst/opencode/releases/v1.0.44/download/opencode-windows-x64.zip"
archive = "https://github.com/sst/opencode/releases/download/v1.0.44/opencode-windows-x64.zip"
cmd = "./opencode.exe"
args = ["acp"]