38 lines
933 B
JSON
38 lines
933 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "WVUMedicine Help Alert Web Client",
|
|
"version": "1.0.1",
|
|
"identifier": "org.wvumedicine.duress",
|
|
"build": {
|
|
"frontendDist": "../src"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"copyright": "© 2026 James Brotosky <james.brotosky@wvumedicine.org",
|
|
"shortDescription": "HelpAlert Duress Alarm Web Client",
|
|
"longDescription": "A lightweight desktop wrapper for the WVU Medicine PinPoint HelpAlert duress alarm system",
|
|
"publisher": "James Brotosky",
|
|
"active": true,
|
|
"targets": [
|
|
"nsis"
|
|
],
|
|
"windows": {
|
|
"webviewInstallMode": {
|
|
"type": "offlineInstaller"
|
|
}
|
|
},
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
} |