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

35 lines
669 B
JSON
Raw Normal View History

2024-04-14 23:29:34 +08:00
{
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
2024-04-14 23:29:34 +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
},
"productName": "easytier-gui",
2025-03-19 17:23:15 +08:00
"version": "2.2.4",
"identifier": "com.kkrainbow.easytier",
"plugins": {},
"app": {
2024-04-14 23:29:34 +08:00
"windows": [
{
"title": "easytier-gui",
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
}
}