Krys4lide/src-tauri/tauri.conf.json

37 lines
722 B
JSON

{
"productName": "krys4lide",
"version": "0.1.0",
"identifier": "org.p4pillon.krys4lide",
"build": {
"frontendDist": "../assets",
"devUrl": "http://localhost:3000",
"beforeDevCommand": "cargo watch -x run",
"beforeBuildCommand": "cargo build --release"
},
"app": {
"windows": [
{
"title": "Krys4lide",
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false
}
],
"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"
]
}
}