jan/src-tauri/tauri.windows.conf.json
2025-10-07 19:33:49 +07:00

28 lines
501 B
JSON

{
"app": {
"security": {
"capabilities": [
"desktop",
"system-monitor-window",
"log-app-window",
"logs-window"
]
}
},
"bundle": {
"targets": ["nsis", "msi"],
"resources": [
"resources/pre-install/**/*",
"resources/LICENSE"
],
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
"windows": {
"webviewInstallMode": {
"silent": true,
"type": "downloadBootstrapper"
}
}
}
}