17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"productName": "WeRead",
|
|
"identifier": "com.pake.weread",
|
|
"version": "1.0.0",
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"trayIcon": {
|
|
"iconPath": "png/weread_512.png",
|
|
"iconAsTemplate": false,
|
|
"id": "pake-tray"
|
|
}
|
|
},
|
|
"build": {
|
|
"frontendDist": "../dist"
|
|
}
|
|
}
|