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.
66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"package": {
|
|
"productName": "call-client",
|
|
"version": "0.1.0"
|
|
},
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build",
|
|
"devPath": "http://localhost:1420",
|
|
"distDir": "../dist"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"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"],
|
|
"identifier": "com.ziyun.callclient",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"appimage": {
|
|
"bundleMediaFramework": false
|
|
},
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico",
|
|
"icons/icon.png"
|
|
]
|
|
}
|
|
}
|
|
}
|