{ "$schema": "https://schema.tauri.app/config/2", "productName": "Cinny", "version": "4.10.6", "identifier": "in.cinny.app", "build": { "frontendDist": "../cinny/dist", "devUrl": "http://localhost:8080", "beforeDevCommand": "cd cinny && npm start", "beforeBuildCommand": "cd cinny && npm run build" }, "app": { "windows": [ { "title": "Cinny", "width": 1280, "height": 905, "center": true, "resizable": true, "fullscreen": false, "dragDropEnabled": false } ], "security": { "csp": "script-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src 'self' https: http: data: blob:" } }, "plugins": { "updater": { "endpoints": [ "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases/download/latest/update.json" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDExREU1NkVBMDY4MzcxMjAKUldRZ2NZTUc2bGJlRVNaQldnMXpJcHlocVpCWUNNaUdicjBGMVRsck1GQXhvTnJiOUNhVVRHSzQK" } }, "bundle": { "active": true, "targets": ["msi", "appimage", "deb", "rpm"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [], "externalBin": [], "copyright": "", "category": "SocialNetworking", "shortDescription": "Yet another matrix client", "longDescription": "", "linux": { "deb": { "depends": [] } }, "macOS": { "frameworks": [], "minimumSystemVersion": "", "exceptionDomain": "", "signingIdentity": null, "providerShortName": null, "entitlements": null }, "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { "bannerPath": "wix/banner.bmp", "dialogImagePath": "wix/dialogImage.bmp" }, "nsis": null } } }