Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changes/unreleased/fix-tauri-build-cargo-target.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Build

- **Fix Tauri Build Cargo Target**: `scripts/tauri-build.js` now falls back to the `CARGO_BUILD_TARGET` env var when no explicit `--target` flag is passed, so the freshly built `skill-daemon` binary (and the macOS .app bundle during widget embedding) is located under the correct target-triple directory. Fixes the spurious "skill-daemon binary not found after build" warning and the skipped stale-daemon reap on every direnv-enabled dev run.
Loading