{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "easytier-game", "version": "1.4.4", "identifier": "com.tauri.easytier-game", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:5000", "beforeDevCommand": "pnpm dev" }, "app": { "windows": [ { "title": "easytier-game 1.4.4", "label": "main", "minWidth": 340, "width": 340, "height": 305, "minHeight": 305, "maxHeight": 305, "maxWidth": 360, "resizable": true, "fullscreen": false, "decorations": true, "center": true, "visible": false, "maximizable": false, "transparent": false } ], "security": { "csp": null, "assetProtocol": { "enable": true, "scope": ["**"] } } }, "plugins": { "cli": { "description": "easytier game CLI Plugin", "args": [ { "name": "task-auto-start", "description": "easytier game autostart" } ] } }, "bundle": { "active": false, "targets": "all", "resources": [ "easytier/config/", "easytier/icons/", "easytier/config_template.json", "easytier/tool/WinIPBroadcast.exe", "easytier/tool/ForceBindIP.exe", "easytier/tool/ForceBindIP64.exe", "easytier/tool/BindIP.dll", "easytier/tool/BindIP64.dll", "easytier/tool/MicrosoftEdgeWebview2Setup.exe", "easytier/easytier-cli.exe", "easytier/easytier-core.exe", "easytier/Packet.dll", "easytier/wintun.dll", "easytier/clear_local_data.bat", "帮助.txt", "uninstall.exe" ], "windows": { "webviewInstallMode": { "type": "embedBootstrapper" } }, "createUpdaterArtifacts": false, "icon": ["icons/icon.png", "icons/icon.rgba", "icons/icon.icns", "icons/icon.ico"] } }