{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:1420", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" }, "bundle": { "active": true, "targets": "all", "category": "Utility", "icon": ["icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png"], "createUpdaterArtifacts": true }, "productName": "Creamlinux", "mainBinaryName": "creamlinux", "version": "1.2.0", "identifier": "com.creamlinux.dev", "app": { "withGlobalTauri": false, "windows": [ { "title": "Creamlinux", "width": 1000, "height": 700, "minWidth": 800, "minHeight": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": null } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERENzBFNjU0RTBBMUMyNzgKUldSNHdxSGdWT1p3M1liUE0vOGFCRkc2cEQwdWdRR2UyY2VmN3kzckNONCtsaGF0Y1d2WjdOWVEK", "endpoints": [ "https://github.com/Novattz/creamlinux-installer/releases/latest/download/latest.json" ] } } }