feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253)

This commit is contained in:
Brendan Allan 2026-05-13 13:14:39 +08:00 committed by GitHub
commit 4aaece29d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 49 additions and 0 deletions

View file

@ -5,5 +5,6 @@ import { resolveChannel } from "./utils"
const channel = resolveChannel()
await $`bun ./scripts/copy-icons.ts ${channel}`
await $`bun ./scripts/copy-metainfo.ts ${channel}`
await $`cd ../opencode && bun script/build-node.ts`