Files
Easytier_lkddi/easytier-gui/src-tauri/tauri.conf.json
T

35 lines
669 B
JSON
Raw Normal View History

2024-04-14 23:29:34 +08:00
{
"build": {
2024-05-07 22:40:09 +08:00
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
2024-07-08 23:18:10 +08:00
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
2024-04-14 23:29:34 +08:00
},
2024-07-08 23:18:10 +08:00
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/icon.png",
"icons/icon.rgba",
"icons/icon.icns",
"icons/icon.ico"
],
"createUpdaterArtifacts": false
2024-04-14 23:29:34 +08:00
},
2024-07-08 23:18:10 +08:00
"productName": "easytier-gui",
2025-05-18 16:45:39 +08:00
"version": "2.3.0",
2024-07-15 00:03:55 +08:00
"identifier": "com.kkrainbow.easytier",
2024-07-08 23:18:10 +08:00
"plugins": {},
"app": {
2024-04-14 23:29:34 +08:00
"windows": [
{
"title": "easytier-gui",
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
}
2024-07-08 23:18:10 +08:00
}