fix(desktop): bootstrap v2 background service (#39309)

This commit is contained in:
Luke Parker 2026-07-28 21:03:34 +10:00 committed by GitHub
commit 1be6d94267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 228 additions and 120 deletions

View file

@ -1,7 +1,8 @@
import { $ } from "bun"
import { downloadCliToResources } from "./utils"
await $`bun run install-electron`
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
await $`cd ../opencode && bun script/build-node.ts`
await downloadCliToResources()