jan/src-tauri/tauri.windows.conf.json
2025-10-08 15:48:16 +07:00

27 lines
474 B
JSON

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