1
0
Fork 0
esix-client/src-tauri/tauri.conf.json
2024-10-23 23:21:27 +02:00

38 lines
759 B
JSON

{
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../build",
"devUrl": "http://localhost:1420"
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"productName": "esix-client",
"mainBinaryName": "esix-client",
"version": "0.0.0",
"identifier": "de.dhalucario.esix-client",
"plugins": {},
"app": {
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "esix-client",
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
}
}