diff --git a/packages/desktop/src-tauri/release/appstream.metainfo.xml b/packages/desktop/src-tauri/release/appstream.metainfo.xml new file mode 100644 index 00000000000..16aa2bfcb2a --- /dev/null +++ b/packages/desktop/src-tauri/release/appstream.metainfo.xml @@ -0,0 +1,127 @@ + + + ai.opencode.opencode + + CC0-1.0 + MIT + + OpenCode + Open source AI coding agent + + + Anomaly Innovations Inc. + + + +

+ OpenCode is an open source agent that helps you write and run code with any AI model. +

+
+ + ai.opencode.opencode.desktop + + + + https://github.com/anomalyco/opencode/issues + https://opencode.ai + https://github.com/anomalyco/opencode + + + + https://opencode.ai/docs/_astro/screenshot.Bs5D4atL_ZvsvFu.webp + + + + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.223 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.222 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.221 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.220 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.219 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.218 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.217 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.216 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.215 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.214 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.213 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.212 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.211 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.210 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.209 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.208 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.207 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.206 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.205 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.204 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.203 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.202 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.201 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.200 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.199 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.198 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.195 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.194 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.193 + + + https://github.com/anomalyco/opencode/releases/tag/v1.0.191 + + +
diff --git a/packages/desktop/src-tauri/tauri.prod.conf.json b/packages/desktop/src-tauri/tauri.prod.conf.json index 7894b8ab207..a7cc5d3f823 100644 --- a/packages/desktop/src-tauri/tauri.prod.conf.json +++ b/packages/desktop/src-tauri/tauri.prod.conf.json @@ -15,6 +15,13 @@ "nsis": { "installerIcon": "icons/prod/icon.ico" } + }, + "linux": { + "deb": { + "files": { + "/usr/share/metainfo/ai.opencode.opencode.metainfo.xml": "release/appstream.metainfo.xml" + } + } } }, "plugins": {