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