From ce17f9dd9451feae8b80f7d8054be5b72ce8d1fa Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Fri, 20 Feb 2026 22:33:21 +0800 Subject: desktop: publish betas to separate repo (#14376) --- packages/desktop/src-tauri/tauri.beta.conf.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/desktop/src-tauri/tauri.beta.conf.json (limited to 'packages/desktop/src-tauri') diff --git a/packages/desktop/src-tauri/tauri.beta.conf.json b/packages/desktop/src-tauri/tauri.beta.conf.json new file mode 100644 index 000000000..5207c73fc --- /dev/null +++ b/packages/desktop/src-tauri/tauri.beta.conf.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://schema.tauri.app/config/2", + "productName": "OpenCode Beta", + "identifier": "ai.opencode.desktop.beta", + "bundle": { + "createUpdaterArtifacts": true, + "linux": { + "rpm": { + "compression": { + "type": "none" + } + } + } + }, + "plugins": { + "updater": { + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEYwMDM5Nzg5OUMzOUExMDQKUldRRW9UbWNpWmNEOENYT01CV0lhOXR1UFhpaXJsK1Z3aU9lZnNtNzE0TDROWVMwVW9XQnFOelkK", + "endpoints": ["https://github.com/anomalyco/opencode-beta/releases/latest/download/latest.json"] + } + } +} -- cgit v1.2.3