Files
YMhut-box-C-/参考/NexBox-main/installer/src-tauri/tauri.conf.json
T

41 lines
874 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "NexBox安装程序",
"version": "5.9.8",
"identifier": "com.nexbox.installer",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"title": "新境盒 安装程序",
"width": 800,
"height": 620,
"minWidth": 800,
"minHeight": 620,
"maxWidth": 800,
"maxHeight": 620,
"resizable": false,
"center": true,
"decorations": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.ico"
]
}
}