mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
40 lines
850 B
JSON
40 lines
850 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|
|
}
|