summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-02-20 22:33:21 +0800
committerGitHub <[email protected]>2026-02-20 22:33:21 +0800
commitce17f9dd9451feae8b80f7d8054be5b72ce8d1fa (patch)
tree5a5c6df3add43e6900c9caadce08c111eef1f8e4 /packages/desktop
parent92ab4217c241f1fe75ac3d99bc455d0005383d3b (diff)
downloadopencode-ce17f9dd9451feae8b80f7d8054be5b72ce8d1fa.tar.gz
opencode-ce17f9dd9451feae8b80f7d8054be5b72ce8d1fa.zip
desktop: publish betas to separate repo (#14376)
Diffstat (limited to 'packages/desktop')
-rw-r--r--packages/desktop/src-tauri/tauri.beta.conf.json21
1 files changed, 21 insertions, 0 deletions
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"]
+ }
+ }
+}