19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "General Bots",
|
|
"version": "6.0.8",
|
|
"identifier": "br.com.pragmatismo",
|
|
"build": {
|
|
"frontendDist": "./ui/desktop"
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": []
|
|
}
|
|
}
|