{ "$schema": "https://schema.tauri.app/config/2", "_comment": "Windows-only bundle overrides. Brief item #12: ship the Vulkan loader + libssl side-by-side so whisper.cpp's Vulkan backend can initialise on a fresh Windows box without the user installing extra runtimes. If the loader is absent at runtime, emit_runtime_warnings() downgrades activeComputeDevice to CPU with a reason — the app still starts and transcribes, just slower.", "bundle": { "resources": [ "resources/windows/vulkan-1.dll", "resources/windows/libssl-3-x64.dll", "resources/windows/libcrypto-3-x64.dll" ] } }