summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
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"]
+ }
+ }
+}