You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release-rust): don't fail Windows packaging when no DLLs exist
capslockx-windows builds without the `stt` feature (whisper-rs doesn't
compile on Windows), so sherpa-rs's build.rs is never invoked and no
runtime DLLs are produced. clx.exe runs as a STT-stub in that case;
the DLLs would only be needed if `stt` were enabled.
Bundle DLLs when present, skip silently when not, instead of throwing
"No DLLs found ... sherpa-rs build.rs may have failed".
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments