{ "build": { "beforeBuildCommand": "pnpm build", "beforeDevCommand": "pnpm dev", "devPath": "http://localhost:3000", "distDir": "../dist", "withGlobalTauri": true }, "package": { "productName": "Lume", "version": "1.1.1" }, "plugins": { "fs": { "scope": [ "$APPDATA/*", "$DATA/*", "$LOCALDATA/*", "$DESKTOP/*", "$DOCUMENT/*", "$DOWNLOAD/*", "$HOME/*", "$PICTURE/*", "$PUBLIC/*", "$VIDEO/*" ] }, "http": { "scope": [ "http://**/", "https://**/" ] }, "shell": { "open": true }, "updater": { "endpoints": [ "https://lus.reya3772.workers.dev/v1/{{target}}/{{arch}}/{{current_version}}", "https://lus.reya3772.workers.dev/{{target}}/{{current_version}}" ] } }, "tauri": { "bundle": { "active": true, "appimage": { "bundleMediaFramework": true }, "category": "SocialNetworking", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.lume.nu", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "updater": { "active": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU4RjAzODFBREQ4MkM3RTEKUldUaHg0TGRHamp3NkI5bnhoOEVjanlHWFNzQ2Q3NDhubFFLUmJpSHJ1L2FqNnB3alF1Y2R3U3gK", "windows": { "installMode": "passive" } }, "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": "upgrade-insecure-requests" }, "systemTray": { "iconAsTemplate": true, "iconPath": "icons/icon.png" }, "windows": [ { "fullscreen": false, "height": 800, "hiddenTitle": true, "minHeight": 720, "minWidth": 1080, "resizable": true, "theme": "Dark", "title": "Lume", "titleBarStyle": "Overlay", "transparent": true, "width": 1080, "center": true } ], "macOSPrivateApi": true } }