You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.3 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "call-client",
"version": "0.1.0",
"identifier": "com.ziyun.callclient",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"label": "login",
"title": "登录",
"url": "/#/login",
"width": 480,
"height": 600,
"resizable": false,
"maximizable": false,
"decorations": false,
"alwaysOnTop": true
},
{
"label": "ticketList",
"title": "票号列表",
"url": "/#/ticketList",
"width": 1024,
"height": 720,
"visible": false,
"resizable": false,
"maximizable": false,
"decorations": false,
"alwaysOnTop": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["deb"],
"linux": {
"deb": {
"depends": []
},
"appimage": {
"bundleMediaFramework": false
}
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}