Files
AI-translater-clinet/src-tauri/tauri.conf.json

38 lines
729 B
JSON

{
"productName": "ai-translater-client",
"version": "0.1.0",
"identifier": "com.ai-translater.client",
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"label": "settings",
"title": "AI Typist Inställningar",
"url": "settings.html",
"width": 800,
"height": 600,
"visible": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}