{ "productName": "clego-clean", "version": "0.0.1", "identifier": "clego.pharma.libre", "build": { "beforeDevCommand": { "script": "cargo run", "cwd": "../clego" }, "devUrl": "http://localhost:3000", "frontendDist": "axum://place.holder/" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "clego-clean", "width": 800, "height": 600 } ], "security": { "csp": null } }, "bundle": { "active": true, "resources": { "../clego/assets/": "./assets/" }, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }