{ "$schema": "https://schema.tauri.app/config/2", "productName": "GoingsOn", "version": "0.4.2", "identifier": "com.goingson.app", "build": { "beforeBuildCommand": "node src-tauri/frontend/build-css.js", "beforeDevCommand": "node src-tauri/frontend/build-css.js", "frontendDist": "../src-tauri/frontend" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "GoingsOn", "width": 1200, "height": 800, "minWidth": 320, "minHeight": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": null } }, "bundle": { "active": true, "createUpdaterArtifacts": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/256x256.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [ "../../../MNW/shared/themes/*.toml" ], "iOS": { "developmentTeam": "93C54W92UP" }, "macOS": { "minimumSystemVersion": "11.0", "hardenedRuntime": true } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEIxMkJENjg1MjJFRDUzQ0UKUldUT1UrMGloZFlyc2VTa3NaYzBma0ZtbWtEcEkyS2FlL0JCbXk2Ny9KOFdqWXk4ZGE0Z0JpQWcK", "endpoints": [ "https://makenot.work/api/v1/sync/ota/goingson/{{target}}/{{arch}}/{{current_version}}" ] } } }