{ "build": { "devPath": "../src", "distDir": "../src", "withGlobalTauri": true }, "package": { "productName": "rusty-slicer", "version": "0.0.0" }, "tauri": { "allowlist": { "all": true, "shell": { "all": true, "open": true } }, "windows": [ { "fullscreen": false, "resizable": true, "title": "Rusty slicer", "width": 400, "height": 800 } ], "security": { "csp": null }, "bundle": { "active": true, "targets": "all", "identifier": "dev.ayabusa.slicer", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } } }