This commit is contained in:
2026-06-11 10:43:30 -04:00
parent 336e6a264c
commit 4f92942ccb
9 changed files with 175 additions and 24 deletions
+11 -4
View File
@@ -1,13 +1,13 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "WVUMedicine Help Alert Web Client",
"version": "0.1.0",
"version": "1.0.0",
"identifier": "org.wvumedicine.duress",
"build": {
"frontendDist": "../src"
},
"app": {
"withGlobalTauri": false,
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": null
@@ -15,7 +15,14 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": [
"nsis"
],
"windows": {
"webviewInstallMode": {
"type": "offlineInstaller"
}
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -24,4 +31,4 @@
"icons/icon.ico"
]
}
}
}