jan/src-tauri/tauri.windows.conf.json
2025-09-24 16:28:55 +07:00

24 lines
576 B
JSON

{
"bundle": {
"targets": ["nsis"],
"resources": [
"resources/pre-install/**/*",
"resources/lib/vulkan-1.dll",
"resources/lib/vc_redist.x64.exe",
"resources/lib/VulkanRT-X64-1.4.321.0-Installer.exe",
"resources/LICENSE"
],
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
"windows": {
"nsis": {
"installerHooks": "./windows/hooks.nsh",
"installerIcon": "icons/icon.ico"
},
"webviewInstallMode": {
"silent": true,
"type": "downloadBootstrapper"
}
}
}
}