LoongPanel-Asp/loongpanel_mobile/src-tauri/tauri.conf.json

35 lines
650 B
JSON
Raw Permalink Normal View History

2024-07-14 22:35:55 +08:00
{
"productName": "龙盾云御",
"version": "0.0.4",
"identifier": "com.loongpanel.dev",
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "yarn build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "loongpanel_mobile",
"width": 800,
"height": 600
}
],
"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"
]
}
}