{ "$schema": "..\\node_modules/@tauri-apps/cli\\schema.json", "build": { "beforeBuildCommand": "yarn build", "beforeDevCommand": "yarn start", "devPath": "http://localhost:3000", "distDir": "../build" }, "package": { "productName": "cultivation", "version": "0.1.0" }, "tauri": { "allowlist": { "fs": { "scope": [ "$DATA", "$DATA/cultivation", "$DATA/cultivation/*" ] }, "all": true }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "xyz.grasscutters", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "height": 730, "resizable": true, "title": "Cultivation", "width": 1280, "decorations": false } ] } }