Files
bili-shadowreplay/src-tauri/tauri.windows.cuda.conf.json

29 lines
524 B
JSON
Raw Permalink Normal View History

2025-03-29 11:19:01 +08:00
{
2025-04-25 19:25:20 +08:00
"productName": "bili-shadowreplay",
2025-03-29 11:19:01 +08:00
"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"
]
2025-03-29 11:19:01 +08:00
}
}