Files
Pake/src-tauri/tauri.conf.json
2024-12-10 17:34:10 +08:00

23 lines
417 B
JSON

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