mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-24 20:15:34 +08:00
29 lines
524 B
JSON
29 lines
524 B
JSON
{
|
|
"productName": "bili-shadowreplay",
|
|
"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"
|
|
]
|
|
}
|
|
}
|