front update
All checks were successful
Deploy / deploy (push) Successful in 43s

This commit is contained in:
Никита Круглицкий
2025-10-09 04:42:34 +06:00
parent 7cd4ff72d4
commit 196aa36970
26 changed files with 1049 additions and 324 deletions

View File

@@ -12,20 +12,26 @@
"app": {
"windows": [
{
"maximizable": false,
"label": "main",
"title": "Chad",
"width": 800,
"height": 600,
"resizable": false,
"fullscreen": false
"fullscreen": false,
"center": true,
"theme": "Dark",
"additionalBrowserArgs": "--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection --autoplay-policy=no-user-gesture-required"
}
],
"security": {
"csp": null
"csp": null,
"capabilities": []
}
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["nsis"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",