{ "build": { "beforeBuildCommand": "", "beforeDevCommand": "", "devPath": "../../ui/dist/desktop", "distDir": "../../ui/dist/desktop", "withGlobalTauri": false }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true } }, "bundle": { "active": true, "category": "Entertainment", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.iptv.player", "longDescription": "IPTV Player for desktop", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "IPTV Player", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "height": 800, "resizable": true, "title": "IPTV Player", "width": 1200, "minWidth": 900, "minHeight": 600, "center": true, "decorations": true, "transparent": false } ] } }