{ "$schema": "https://schema.tauri.app/config/2", "productName": "LCE Emerald Launcher", "version": "1.0.1", "identifier": "com.emerald.legacy", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "LCE Emerald Launcher", "width": 1280, "height": 720, "minWidth": 1280, "minHeight": 720, "decorations": true, "transparent": false, "resizable": true, "center": true, "visible": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "linux": { "appimage": { "bundleMediaFramework": true } }, "resources": [ "resources/DLC" ], "icon": [ "icons/32x32.png", "icons/64x64.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png", "icons/icon.icns", "icons/icon.ico" ], "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "signingIdentity": null, "providerShortName": "Emerald" } } }