mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "OpenWork",
|
|
"version": "0.2.9",
|
|
"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,
|
|
"macOS": {
|
|
"entitlements": "./entitlements.plist"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|