Files
openwork/src-tauri/tauri.conf.json
2026-01-20 12:43:00 -08:00

47 lines
1.1 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenWork",
"version": "0.2.3",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "pnpm dev:web",
"beforeBuildCommand": "pnpm build:web",
"devUrl": "http://localhost:5173",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "OpenWork",
"width": 1180,
"height": 820,
"resizable": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": [
"sidecars/opencode"
]
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDUwNDdCNTAwMTcxNUUxQTQKUldTazRSVVhBTFZIVUpNRi9OQnNRaElZY1NUWUQxS1ZJOTFUeUdPd2d6ZnFmMW5QV2xJQ1hXTTkK",
"endpoints": [
"https://github.com/different-ai/openwork/releases/latest/download/latest.json"
]
}
}
}