83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"productName": "OpenChamber",
|
|
"version": "1.11.0",
|
|
"identifier": "ai.opencode.openchamber",
|
|
"build": {
|
|
"beforeDevCommand": "node ./scripts/dev-web-server.mjs",
|
|
"beforeBuildCommand": "bun run build:sidecar",
|
|
"devUrl": "http://127.0.0.1:3901",
|
|
"frontendDist": "../noop-dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"create": false,
|
|
"title": "OpenChamber",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"decorations": true,
|
|
"hiddenTitle": true,
|
|
"titleBarStyle": "Overlay",
|
|
"trafficLightPosition": {
|
|
"x": 17,
|
|
"y": 26
|
|
},
|
|
"dragDropEnabled": false,
|
|
"visible": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"withGlobalTauri": true,
|
|
"macOSPrivateApi": true
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"externalBin": [
|
|
"sidecars/openchamber-server"
|
|
],
|
|
"resources": [
|
|
"resources/web-dist/**/*"
|
|
],
|
|
"icon": [
|
|
"icons/icon.icns",
|
|
"icons/icon.png"
|
|
],
|
|
"macOS": {
|
|
"exceptionDomain": "localhost",
|
|
"minimumSystemVersion": "13.0",
|
|
"signingIdentity": null,
|
|
"entitlements": "./entitlements.plist",
|
|
"infoPlist": "Info.plist",
|
|
"dmg": {
|
|
"appPosition": {
|
|
"x": 180,
|
|
"y": 170
|
|
},
|
|
"applicationFolderPosition": {
|
|
"x": 480,
|
|
"y": 170
|
|
},
|
|
"windowSize": {
|
|
"width": 660,
|
|
"height": 400
|
|
}
|
|
}
|
|
},
|
|
"createUpdaterArtifacts": true
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"endpoints": [
|
|
"https://github.com/btriapitsyn/openchamber/releases/latest/download/latest.json"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwRDMyQUQzNjNFRTc1ODIKUldTQ2RlNWoweXJUSUdpVWVWNm84R1pHamYzNVFhYWgyWmlpWFVzem5nUTlHd1dlRlNTV0FFc3IK"
|
|
}
|
|
}
|
|
}
|