Files
mfakbar127-Claude-Samurai/src-tauri/tauri.conf.json
T
2025-10-07 18:53:06 +08:00

49 lines
1.2 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CC Mate",
"version": "0.1.2",
"identifier": "org.randynamic.ccconfig",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"macOSPrivateApi": true,
"windows": [
{
"title": "CC Mate",
"width": 800,
"height": 600,
"minWidth": 800,
"minHeight": 600,
"decorations": true,
"transparent": true,
"titleBarStyle": "Overlay",
"hiddenTitle": true
}
],
"security": {
"csp": null,
"capabilities": ["default"]
}
},
"bundle": {
"createUpdaterArtifacts": true,
"active": true,
"targets": "all",
"icon": [
"icons/icon.icns"
]
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5NjU1MUZBRDYxQTY1ODcKUldTSFpSclcrbEZsR1ptZ3Z0a3hJNEx0RHpGQ29ZQVhJWDZZN3JOMnBBd29YdzA5ZmRsNzloRlEK",
"endpoints": [
"https://github.com/djyde/ccmate-release/releases/latest/download/latest.json"
]
}
}
}