Files
EasyTier/easytier-gui/src-tauri/tauri.conf.json
2025-09-26 00:48:10 +08:00

39 lines
713 B
JSON

{
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/icon.png",
"icons/icon.rgba",
"icons/icon.icns",
"icons/icon.ico"
],
"createUpdaterArtifacts": false
},
"productName": "easytier-gui",
"version": "2.4.5",
"identifier": "com.kkrainbow.easytier",
"plugins": {
"shell": {
"open": "^.+"
}
},
"app": {
"windows": [
{
"title": "easytier-gui",
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
}
}