Files
bili-shadowreplay/src-tauri/tauri.windows.conf.json
2025-03-30 23:55:05 +08:00

21 lines
391 B
JSON

{
"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"]
}
}