2026-02-27 04:29:51 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json",
|
|
|
|
|
"productName": "Triple-C",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"identifier": "com.triple-c.app",
|
|
|
|
|
"build": {
|
|
|
|
|
"beforeDevCommand": "npm run dev",
|
|
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
|
"beforeBuildCommand": "npm run build",
|
|
|
|
|
"frontendDist": "../dist"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"title": "Triple-C",
|
|
|
|
|
"width": 1200,
|
|
|
|
|
"height": 800,
|
|
|
|
|
"resizable": true,
|
|
|
|
|
"fullscreen": false,
|
|
|
|
|
"minWidth": 800,
|
|
|
|
|
"minHeight": 600
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
2026-02-27 08:03:49 -08:00
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.ico",
|
|
|
|
|
"icons/icon.png"
|
2026-02-27 04:29:51 +00:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"plugins": {}
|
|
|
|
|
}
|