Files
bili-shadowreplay/src-tauri/tauri.windows.conf.json
2025-04-27 10:24:30 +08:00

22 lines
433 B
JSON

{
"productName": "bili-shadowreplay-cpu",
"app": {
"windows": [
{
"label": "main",
"fullscreen": false,
"resizable": true,
"title": "BiliBili ShadowReplay",
"width": 1300,
"height": 600,
"transparent": false,
"decorations": true,
"theme": "Light"
}
]
},
"bundle": {
"resources": ["ffmpeg.exe", "ffplay.exe", "ffprobe.exe"]
}
}