summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src-tauri/tauri.beta.conf.json
blob: f2cf1d267e7bdca9f2881dfdf2c341e809056550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "OpenCode Beta",
  "identifier": "ai.opencode.desktop.beta",
  "bundle": {
    "createUpdaterArtifacts": true,
    "icon": [
      "icons/beta/32x32.png",
      "icons/beta/128x128.png",
      "icons/beta/[email protected]",
      "icons/beta/icon.icns",
      "icons/beta/icon.ico"
    ],
    "windows": {
      "signCommand": {
        "cmd": "powershell",
        "args": ["-ExecutionPolicy", "Bypass", "-File", "../../../script/sign-windows.ps1", "%1"]
      },
      "nsis": {
        "installerIcon": "icons/beta/icon.ico"
      }
    },
    "linux": {
      "rpm": {
        "compression": {
          "type": "none"
        }
      }
    }
  },
  "plugins": {
    "updater": {
      "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEYwMDM5Nzg5OUMzOUExMDQKUldRRW9UbWNpWmNEOENYT01CV0lhOXR1UFhpaXJsK1Z3aU9lZnNtNzE0TDROWVMwVW9XQnFOelkK",
      "endpoints": ["https://github.com/anomalyco/opencode-beta/releases/latest/download/latest.json"]
    }
  }
}