mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-24 20:15:34 +08:00
43 lines
819 B
JSON
43 lines
819 B
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "yarn dev",
|
|
"beforeBuildCommand": "yarn build",
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:8054"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"targets": "all"
|
|
},
|
|
"productName": "bili-shadowreplay",
|
|
"version": "../package.json",
|
|
"identifier": "cn.vjoi.bilishadowreplay",
|
|
"plugins": {
|
|
"sql": {
|
|
"preload": ["sqlite:data_v2.db"]
|
|
},
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": ["bsr"]
|
|
}
|
|
}
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": false,
|
|
"security": {
|
|
"assetProtocol": {
|
|
"scope": ["**"],
|
|
"enable": true
|
|
},
|
|
"csp": null
|
|
}
|
|
}
|
|
}
|