🔥 Simplify config parameters

This commit is contained in:
Tw93
2024-12-17 16:21:21 +08:00
parent bc747f111a
commit cea17ec62f
7 changed files with 95 additions and 40 deletions

View File

@@ -1,22 +1,16 @@
{
"productName": "WeRead",
"identifier": "com.pake.weread",
"version": "2.0.0",
"plugins": {},
"version": "1.0.0",
"app": {
"security": {
"csp": null
},
"withGlobalTauri": true,
"trayIcon": {
"iconPath": "png/weread_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},
"withGlobalTauri": true
}
},
"build": {
"beforeBuildCommand": "",
"frontendDist": "../dist",
"beforeDevCommand": ""
"frontendDist": "../dist"
}
}