38 lines
757 B
JSON
38 lines
757 B
JSON
|
{
|
||
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||
|
"productName": "chicken-box",
|
||
|
"version": "0.1.0",
|
||
|
"identifier": "dev.ny4.cxk",
|
||
|
"build": {
|
||
|
"beforeBuildCommand": "pnpm build",
|
||
|
"beforeDevCommand": "pnpm dev",
|
||
|
"devUrl": "http://localhost:5173",
|
||
|
"frontendDist": "../dist"
|
||
|
},
|
||
|
"app": {
|
||
|
"windows": [
|
||
|
{
|
||
|
"title": "鸡乐盒",
|
||
|
"width": 800,
|
||
|
"height": 600,
|
||
|
"resizable": true,
|
||
|
"fullscreen": false
|
||
|
}
|
||
|
],
|
||
|
"security": {
|
||
|
"csp": null
|
||
|
}
|
||
|
},
|
||
|
"bundle": {
|
||
|
"active": true,
|
||
|
"targets": "all",
|
||
|
"icon": [
|
||
|
"icons/32x32.png",
|
||
|
"icons/128x128.png",
|
||
|
"icons/128x128@2x.png",
|
||
|
"icons/icon.icns",
|
||
|
"icons/icon.ico"
|
||
|
]
|
||
|
}
|
||
|
}
|