Files

39 lines
713 B
JSON
Raw Permalink 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-09-26 00:08:23 +08:00
"version": "2.4.5",
2024-07-15 00:03:55 +08:00
"identifier": "com.kkrainbow.easytier",
2025-09-21 23:17:31 +08:00
"plugins": {
"shell": {
"open": "^.+"
}
},
2024-07-08 23:18:10 +08:00
"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
}