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
parent bed88ce50e
commit 4aaece29d9
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`