Files
Pake/src-tauri/tauri.conf.json
2023-06-25 16:20:16 +08:00

51 lines
1.2 KiB
JSON

{
"tauri": {
"security": {
"csp": null,
"dangerousRemoteDomainIpcAccess": [
{
"domain": "zbook.lol",
"windows": [
"pake"
],
"enableTauriAPI": true
},
{
"domain": "zbook.eu.org",
"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": "zBook",
"version": "1.0.0"
},
"build": {
"withGlobalTauri": true,
"devPath": "../dist",
"distDir": "../dist",
"beforeBuildCommand": "",
"beforeDevCommand": ""
}
}