Remove CLI from electron app (#17803)

Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
This commit is contained in:
Brendan Allan 2026-04-09 13:18:46 +08:00 committed by GitHub
commit ee23043d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 284 additions and 521 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bun
import { $ } from "bun"
import { resolveChannel } from "./utils"
const channel = resolveChannel()
await $`bun ./scripts/copy-icons.ts ${channel}`
await $`cd ../opencode && bun script/build-node.ts`