The diff comprehensively implements the claimed change: build.rs rpath is updated to look in `$ORIGIN/../lib/Handy` for deb/rpm (line +10); build.yml test patterns change from `usr/lib/` to `usr/lib/Handy/` (lines +674-676) and a new guard explicitly rejects libs installed to `/usr/lib/` directly (lines +679-685); tauri.conf.json and build.rs stage_transcribe_runtime_libs() are refactored to place libraries only in `/usr/lib/Handy/` with versioning deduplication logic; BUILD.md documentation upd
src-tauri/build.rs, src-tauri/tauri.conf.json, .github/workflows/build.yml, BUILD.md
fns: main, stage_onnxruntime_dll, stage_transcribe_runtime_libs