Antivirus/gui/src-tauri/tauri.conf.json
2026-08-21 15:08:35 -05:00

40 lines
961 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Hound Antivirus",
"version": "0.1.12",
"identifier": "com.joelovestech.hound",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "",
"beforeBuildCommand": ""
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "Hound Antivirus",
"width": 940,
"height": 640,
"minWidth": 760,
"minHeight": 520,
"resizable": true,
"center": true,
"fullscreen": false,
"decorations": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["app", "deb"],
"icon": [
"icons/hound-48.png",
"icons/state-protected-32.png"
],
"resources": ["icons/state-protected-22.png", "icons/state-scanning-22.png", "icons/state-threat-22.png", "icons/state-paused-22.png"]
}
}