SIGN IN SIGN UP

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

0 0 144 Rust

fix(tauri): resolve target-dir from Cargo config in dev script

The dev-with-daemon script hardcoded `target/debug` as the daemon
binary path, which breaks when a custom target-dir is configured
in .cargo/config.toml or CARGO_TARGET_DIR. Use `cargo metadata` to
resolve the actual target directory, with fallback to the default.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
S
slvnlrt committed
602a6d2b5b46a81e0769412fa525095f40c69bae
Parent: e6b9a63