{ "$schema": "https://schema.tauri.app/config/2", "productName": "Archive", "version": "0.1.0", "identifier": "kr.co.elio.archive", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "Archive", "width": 1440, "height": 900, "minWidth": 960, "minHeight": 600, "dragDropEnabled": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["app", "dmg"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "externalBin": ["binaries/ffmpeg", "binaries/ffprobe"], "resources": [], "copyright": "© 2026 elio", "category": "Photography", "macOS": { "minimumSystemVersion": "11.0" } } }