tauri-app: game review, with video showcase, stats and clip export
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m6s

This commit is contained in:
2026-03-27 20:43:20 +01:00
parent 1e979d3ec4
commit c516ad6b13
7 changed files with 2317 additions and 97 deletions

View File

@@ -12,13 +12,23 @@
"app": {
"windows": [
{
"title": "tauri-app",
"width": 800,
"height": 600
"title": "League Recorder",
"width": 1280,
"height": 800,
"minWidth": 800,
"minHeight": 600
}
],
"security": {
"csp": null
"csp": null,
"assetProtocol": {
"enable": true,
"scope": [
"$APPDATA/**",
"$APPDATA/../**",
"C:/Users/**/AppData/Roaming/**"
]
}
}
},
"bundle": {