{ "$schema": "https://schema.tauri.app/config/2", "productName": "friendolls-desktop", "version": "0.1.0", "identifier": "com.adamcv.friendolls-desktop", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:2750", "beforeBuildCommand": "pnpm build", "frontendDist": "../build" }, "app": { "windows": [], "security": { "csp": null }, "macOSPrivateApi": true }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "createUpdaterArtifacts": true }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyMEVBOEQxQUIzQzA4RkEKUldUNkNEeXIwYWdPSXBQbGs5bmhTalZjelF1bThDUWVhcDBIWFg3U1Jxb1E1WS9DcVVMVmR5VC8K", "endpoints": [ "https://github.com/wind-explorer/friendolls-desktop/releases/latest/download/latest.json" ] } } }