fix: update capabilities for mobile and desktop, enhance window configuration
Some checks failed
Build / check-version (push) Successful in 6s
Build / build-linux (push) Successful in 6m1s
Build / build-windows (push) Successful in 6m15s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled

This commit is contained in:
2026-01-25 20:09:08 +11:00
parent ca049e53f5
commit c612dfa824
4 changed files with 41 additions and 14 deletions

View File

@@ -10,17 +10,8 @@
"beforeBuildCommand": "cd cinny && npm run build"
},
"app": {
"windows": [
{
"title": "Paarrot",
"width": 1280,
"height": 905,
"center": true,
"resizable": true,
"fullscreen": false,
"dragDropEnabled": false
}
],
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": "script-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src 'self' https: http: data: blob:"
}