File size: 850 Bytes
dbb1bf9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"$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"
}
}
}
}
|