GHHG10's picture
download
raw
367 Bytes
import { $ } from "bun"
import { resolveChannel } from "./utils"
const arg = process.argv[2]
const channel = arg === "dev" || arg === "beta" || arg === "prod" ? arg : resolveChannel()
const src = `./icons/${channel}`
const dest = "resources/icons"
await $`rm -rf ${dest}`
await $`cp -R ${src} ${dest}`
console.log(`Copied ${channel} icons from ${src} to ${dest}`)

Xet Storage Details

Size:
367 Bytes
·
Xet hash:
0a2c5ff6110d9fe878571caab1ed8ca3f33ed7f28a8ecff17df8e4679775f46e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.