mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-04 12:49:54 +00:00
8 lines
219 B
TypeScript
8 lines
219 B
TypeScript
import { $ } from "bun"
|
|
import { downloadCliToResources } from "./utils"
|
|
|
|
await $`bun run install-electron`
|
|
|
|
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
|
|
|
|
await downloadCliToResources()
|