29 lines
513 B
JSON
29 lines
513 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "cad",
|
|
"version": "0.1.0",
|
|
"identifier": "ch.dossier.cad",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:5187"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "cad",
|
|
"width": 1400,
|
|
"height": 900,
|
|
"dragDropEnabled": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": ["icons/icon.png"]
|
|
}
|
|
}
|