{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "UltraGameStudio", "version": "0.5.10", "identifier": "com.ultragamestudio.desktop", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:5173", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "app": { "windows": [ { "label": "main", "title": "UltraGameStudio", "width": 1440, "height": 900, "minWidth": 1100, "minHeight": 700, "resizable": true, "fullscreen": false, "center": true, "dragDropEnabled": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": [ "nsis" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": { "../cli/dist/ugs.mjs": "cli/ugs.mjs", "../cli/ugs-job.mjs": "cli/ugs-job.mjs" }, "android": { "debugApplicationIdSuffix": ".debug" } } }