corrected build config for mac

This commit is contained in:
2026-01-30 23:37:06 +01:00
parent d7a2310f22
commit 6b3e8d62e3

View File

@@ -24,12 +24,26 @@
],
"security": {
"csp": null,
"capabilities": ["main"]
"capabilities": [
"main"
]
}
},
"plugins": {
"sql": {
"preload": ["sqlite:text.db"]
"preload": [
"sqlite:text.db"
]
}
},
"bundle": {
"active": true,
"targets": [
"app",
"dmg"
],
"icon": [
"icons/icon.png"
]
}
}