{ "$schema": "https://schema.tauri.app/config/2", "productName": "Moku", "version": "0.4.0", "identifier": "dev.moku.app", "build": { "frontendDist": "../dist", "beforeBuildCommand": "pnpm build" }, "app": { "windows": [ { "title": "Moku", "width": 1280, "height": 800, "minWidth": 800, "minHeight": 600, "resizable": true, "fullscreen": false, "decorations": true, "center": 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", "icons/icon.png" ], "externalBin": [], "windows": { "nsis": { "installerIcon": "icons/icon.ico", "installMode": "currentUser" } } }, "plugins": { "shell": { "open": true }, "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM2NEQzNDdFRjlDNUVEN0MKUldSODdjWDVmalJOTml1b0xzMDU3ZE1sNWJLZUhqUDN5cmJUdkdpeFlEVGNoQVN3UjhCc3AxV3QK", "endpoints": [] } } }