{ "build": { "beforeDevCommand": "yarn dev", "beforeBuildCommand": "yarn build", "devPath": "http://localhost:1420", "distDir": "../dist", "withGlobalTauri": false }, "package": { "productName": "comicinfo-editor-v2", "version": "0.1.8" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true }, "dialog": { "open": true }, "path": { "all": true }, "os": { "all": true } }, "bundle": { "active": true, "targets": "all", "identifier": "com.comicinfo.editor", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "security": { "csp": null }, "windows": [ { "fullscreen": false, "resizable": true, "title": "comicinfo-editor-v2", "width": 1280, "height": 720 } ] } }