feat(desktop): add opt-in v2 sidecar
This commit is contained in:
parent
7dae9a1083
commit
3292e6e5b2
10 changed files with 243 additions and 28 deletions
|
|
@ -1,7 +1,9 @@
|
|||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue