| 1 | { |
| 2 | "productName": "not-wallet", |
| 3 | "version": "0.0.0", |
| 4 | "identifier": "com.tauri.dev", |
| 5 | "build": { |
| 6 | "beforeDevCommand": "bun run dev", |
| 7 | "devUrl": "http://localhost:1420", |
| 8 | "beforeBuildCommand": "bun run build", |
| 9 | "frontendDist": "../dist" |
| 10 | }, |
| 11 | "app": {"windows": [ |
| 12 | { |
| 13 | "fullscreen": false, |
| 14 | "resizable": true, |
| 15 | "title": "not-wallet", |
| 16 | "width": 800, |
| 17 | "height": 600 |
| 18 | } |
| 19 | ], |
| 20 | "security": { |
| 21 | "csp": null |
| 22 | } |
| 23 | }, |
| 24 | "bundle": { |
| 25 | "active": true, |
| 26 | "targets": "all", |
| 27 | "icon": [ |
| 28 | "icons/32x32.png", |
| 29 | "icons/128x128.png", |
| 30 | "icons/128x128@2x.png", |
| 31 | "icons/icon.icns", |
| 32 | "icons/icon.ico" |
| 33 | ] |
| 34 | } |
| 35 | } |