{ "build": { "beforeDevCommand": "", "beforeBuildCommand": "", "devPath": "./src", "distDir": "./src", "withGlobalTauri": true }, "package": { "productName": "shaky", "version": "0.0.4" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true } }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "Pencil Works LLC", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/hello.ico" ], "identifier": "li.pencil.shaky", "longDescription": "", "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": 720, "resizable": false, "title": "ShakyOS", "width": 1200 } ] } }