{ "$schema": "https://schema.tauri.app/config/2", "productName": "Dossier", "version": "0.6.3", "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": 1080, "height": 720, "minWidth": 880, "minHeight": 520, "resizable": true, "fullscreen": false }, { "label": "splash", "url": "splash.html", "title": "Dossier lädt", "width": 440, "height": 190, "center": true, "alwaysOnTop": true, "decorations": false, "resizable": false, "skipTaskbar": true, "visible": false, "transparent": true, "shadow": true, "focus": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["app", "dmg"], "createUpdaterArtifacts": true, "icon": ["icons/icon.png"], "copyright": "© 2026 Karim Gabriele Varano", "category": "DeveloperTool", "shortDescription": "Dossier Launcher", "longDescription": "Projekt-Launcher fuer das Dossier-Plugin in Rhino 8.", "macOS": { "signingIdentity": "-" }, "resources": { "../../dist": "dist", "../../rhino": "rhino" } }, "plugins": { "updater": { "endpoints": [ "https://git.kgva.ch/karim/DOSSIER/raw/branch/main/latest.json" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY3Q0IzQzA4Mjc5NTczOApSV1E0VjNtQ3dMTjhCamZqbElWdDBlQnNNU3ZEZDg0bEp0aGtyRnN1M2ZKZTdJYzV0TUJEUnhxRQo=" } } }