{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", "frontendDist": "../out", "devUrl": "http://localhost:3000" }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "shortDescription": "Launcher for Steam Deck", "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "targets": [ "appimage", "deb" ], "longDescription": "Launcher for Steam Deck", "resources": [], "linux": { "deb": { "depends": [] } } }, "productName": "stort", "mainBinaryName": "stort", "version": "0.1.0", "identifier": "stort", "plugins": {}, "app": { "windows": [ { "decorations": false, "fullscreen": false, "height": 600, "resizable": true, "title": "Stort", "width": 800 } ], "security": { "assetProtocol": { "scope": [ "$APPDATA/*", "$APPDATA/**" ], "enable": true }, "csp": null } } }