{ "build": { "beforeBuildCommand": "yarn build", "beforeDevCommand": "yarn dev:vite", "devPath": "http://localhost:3000", "distDir": "../dist" }, "package": { "productName": "StableStudio", "version": "0.1.0" }, "tauri": { "allowlist": { "fs": { "all": true, "scope": ["$APPDATA/**", "$RESOURCE/**"] }, "path": { "all": true }, "os": { "all": true } }, "bundle": { "active": true, "category": "GraphicsAndDesign", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.stabilityai.stablestudio", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [ "resources/*" ], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { "language": "en-US" } } }, "security": { "csp": null }, "updater": { "active": false }, "windows": [] } }