| { | |
| "$schema": "https://schema.tauri.app/config/2", | |
| "productName": "Tech Monitor", | |
| "mainBinaryName": "tech-monitor", | |
| "identifier": "app.worldmonitor.tech.desktop", | |
| "app": { | |
| "windows": [ | |
| { | |
| "title": "Tech Monitor" | |
| } | |
| ] | |
| }, | |
| "bundle": { | |
| "shortDescription": "Tech Monitor desktop app", | |
| "longDescription": "Tech Monitor desktop app for real-time AI and technology intelligence.", | |
| "targets": [ | |
| "app", | |
| "dmg", | |
| "nsis", | |
| "msi", | |
| "appimage" | |
| ], | |
| "macOS": { | |
| "hardenedRuntime": true | |
| }, | |
| "linux": { | |
| "appimage": { | |
| "bundleMediaFramework": true | |
| } | |
| }, | |
| "windows": { | |
| "digestAlgorithm": "sha256", | |
| "timestampUrl": "https://timestamp.digicert.com", | |
| "nsis": { | |
| "installerHooks": "nsis/installer-hooks.nsh" | |
| } | |
| } | |
| } | |
| } | |