{ "$schema": "https://schema.tauri.app/config/2", "productName": "cimery", "version": "0.1.0", "identifier": "com.cimery.app", "build": { "frontendDist": "frontend" }, "app": { "windows": [ { "label": "main", "title": "cimery — Civil Parametric BIM", "width": 1280, "height": 800, "minWidth": 960, "minHeight": 600, "resizable": true, "fullscreen": false, "center": true } ], "security": { "csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/icon.ico" ], "resources": {}, "windows": { "wix": { "language": "ko-KR" }, "nsis": { "languages": ["Korean"], "installMode": "perMachine" } }, "macOS": { "minimumSystemVersion": "11.0" }, "linux": { "deb": { "depends": [] } } }, "plugins": {} }