Use bin-src in justfile run target instead of hardcoded target dir

This commit is contained in:
Tim Dengel 2024-08-11 03:50:56 +02:00
parent ba0adf6600
commit ffd00fd518
No known key found for this signature in database
GPG key ID: 9AD6E826B39C07E9

View file

@ -62,7 +62,7 @@ dev *args:
# Run with debug logs
run *args:
cargo build --release
env RUST_LOG=cosmic_files=info RUST_BACKTRACE=full target/release/cosmic-files {{args}}
env RUST_LOG=cosmic_files=info RUST_BACKTRACE=full {{bin-src}} {{args}}
# Run tests
test *args: