{ "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build", "devPath": "http://localhost:1420", "distDir": "../dist" }, "package": { "productName": "cathode", "version": "0.1.0" }, "tauri": { "cli": { "description": "A small app for PNG-tubing", "args": [ { "name": "file", "index": 1, "takesValue": true } ] }, "macOSPrivateApi": true, "allowlist": { "dialog": { "all": true }, "fs": { "scope": [ "$PUBLIC/*", "$CONFIG/*" ], "readFile": true, "readDir": true, "createDir": true, "writeFile": true }, "window": { "setMinSize": true, "setMaxSize": true, "minimize": true, "unminimize": true } }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "files": { "/usr/share/applications/cathode-tube.desktop": "cathode-tube.desktop", "/usr/share/mime/packages/application-cathode.xml": "application-cathode.xml", "/usr/share/icons/hicolor/256x256/mimetypes/aplication-cathode.png": "icons/application-cathode-256.png" }, "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.ico" ], "identifier": "me.greenboi.cathode", "longDescription": "Small PNGtubing app", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "height": 600, "resizable": true, "title": "cathode-tube", "width": 800, "decorations": true, "transparent": true } ] } }