mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
d0a3a40a0f
add timeout for wss try_accept public server should show stats use default values for flags bump version to 2.0.0
35 lines
669 B
JSON
35 lines
669 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.0.0",
|
|
"identifier": "com.kkrainbow.easytier",
|
|
"plugins": {},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "easytier-gui",
|
|
"width": 800,
|
|
"height": 600
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
}
|
|
} |