fix(desktop): bootstrap v2 background service (#39309)
This commit is contained in:
parent
302e9b45ab
commit
1be6d94267
9 changed files with 228 additions and 120 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue