{ "build": { "beforeDevCommand": "", "beforeBuildCommand": "", "devPath": "html", "distDir": "html", "withGlobalTauri": true }, "package": { "productName": "gifski" }, "tauri": { "allowlist": { "all": true }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "AGPL-3.0", "externalBin": [], "icon": [ "icons/icon32.png", "icons/icon64.png", "icons/icon128.png", "icons/icon.ico" ], "identifier": "ski.gif.win", "longDescription": "High-quality GIF encoder based on https://pngquant.org", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "gif.ski high-quality GIF encoder", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": true, "dialog": true, "endpoints": [ "https://gif.ski/tauri-updater.json?{{target}}/{{current_version}}" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwNTFBNzE4MEREQkE5QzMKUldURHFkc05HS2RSSUVIakZRTXNaVWFDcnd6a3dianVERE5XMWp1eGM1LzFKczcxMVZpNy8wQkoK" }, "windows": [ { "label": "gifski", "fileDropEnabled": true, "width": 360, "height": 240, "minWidth": 360, "minHeight": 240, "maxWidth": 360, "maxHeight": 240, "fullscreen": false, "resizable": false, "title": "gif.ski" } ] } }