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

28 lines
486 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",
"cudart64*.dll",
"cublas64*.dll",
"cublasLt64*.dll"
]
}
}