Files
opencode/packages/desktop/src-tauri/tauri.beta.conf.json
2026-02-21 11:11:08 +08:00

34 lines
879 B
JSON

{
"$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/128x128@2x.png",
"icons/beta/icon.icns",
"icons/beta/icon.ico"
],
"windows": {
"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"]
}
}
}