Files
bili-shadowreplay/src-tauri/tauri.conf.json
Xinrea de7ce9a65a init
2023-04-08 15:33:41 +08:00

74 lines
1.4 KiB
JSON

{
"build": {
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": false
},
"package": {
"productName": "bili-shadowreplay",
"version": "0.0.1"
},
"tauri": {
"systemTray": {
"iconPath": "icons/icon.png",
"iconAsTemplate": true
},
"allowlist": {
"all": false,
"shell": {
"all": false,
"open": true
},
"http": {
"all": true,
"request": true,
"scope": ["https://**", "http://**"]
},
"dialog": {
"all": true,
"open": true,
"save": true
},
"protocol": {
"all": false,
"asset": true,
"assetScope": ["**"]
},
"fs": {
"all": true,
"scope": ["**"]
}
},
"bundle": {
"active": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "cn.vjoi.bilishadowplay",
"targets": "all"
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "BiliBili ShadowReplay",
"width": 800,
"height": 600,
"theme": "Light"
}
]
}
}