{ "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", "version": "1.5.0", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev", "devUrl": "http://localhost:3000", "beforeBuildCommand": "next build", "frontendDist": "../out" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Lncvrt Games Launcher", "width": 1000, "height": 632, "minWidth": 875, "minHeight": 532, "titleBarStyle": "Overlay", "hiddenTitle": true, "decorations": false, "shadow": true } ], "security": { "csp": null } }, "bundle": { "active": false, "icon": ["icons/icon.ico"] } }