34 lines
646 B
JSON
34 lines
646 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "WVUMedicine Help Alert Web Client",
|
|
"version": "1.0.0",
|
|
"identifier": "org.wvumedicine.duress",
|
|
"build": {
|
|
"frontendDist": "../src"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"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"
|
|
]
|
|
}
|
|
} |