44 lines
996 B
JSON
44 lines
996 B
JSON
{
|
|
"tauri": {
|
|
"security": {
|
|
"csp": null,
|
|
"dangerousRemoteDomainIpcAccess": [
|
|
{
|
|
"domain": "weread.qq.com",
|
|
"windows": [
|
|
"pake"
|
|
],
|
|
"enableTauriAPI": true
|
|
}
|
|
]
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
},
|
|
"systemTray": {
|
|
"iconPath": "png/icon_512.png",
|
|
"iconAsTemplate": true
|
|
},
|
|
"allowlist": {
|
|
"all": true,
|
|
"fs": {
|
|
"all": true,
|
|
"scope": [
|
|
"$DOWNLOAD/*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"package": {
|
|
"productName": "WeRead",
|
|
"version": "1.0.0"
|
|
},
|
|
"build": {
|
|
"withGlobalTauri": true,
|
|
"devPath": "../dist",
|
|
"distDir": "../dist",
|
|
"beforeBuildCommand": "",
|
|
"beforeDevCommand": ""
|
|
}
|
|
}
|