{ "$schema": "https://schema.tauri.app/config/2", "productName": "Dossier", "version": "0.1.0", "identifier": "ch.gabrielevarano.dossier", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "(cd .. && npm run build) && npm run build", "devUrl": "http://127.0.0.1:5183", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "Dossier", "width": 920, "height": 640, "minWidth": 720, "minHeight": 480, "resizable": true, "fullscreen": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["app", "dmg"], "icon": ["icons/icon.png"], "copyright": "© 2026 Karim Gabriele Varano", "category": "DeveloperTool", "shortDescription": "Dossier Launcher", "longDescription": "Projekt-Launcher fuer das Dossier-Plugin in Rhino 8.", "resources": { "../../dist": "dist", "../../rhino": "rhino" } } }