{ "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", "version": "1.5.1", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev", "devUrl": "http://localhost:3000", "beforeBuildCommand": "next build", "frontendDist": "../out" }, "app": { "windows": [ { "title": "Lncvrt Games Launcher", "width": 1000, "height": 600, "minWidth": 875, "minHeight": 500 } ], "security": { "csp": null } }, "bundle": { "active": false } }