mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-27 06:25:42 +03:00
fix build directory for zellij-tile
This commit is contained in:
parent
ac358d913c
commit
0307b2de9e
@ -6,7 +6,7 @@ total=6
|
||||
|
||||
echo "Building zellij-tile (1/$total)..."
|
||||
cd zellij-tile
|
||||
cargo build --release --target-dir ../../target
|
||||
cargo build --release --target-dir ../target
|
||||
|
||||
echo "Building status-bar (2/$total)..."
|
||||
cd ../default-tiles/status-bar
|
||||
|
Loading…
Reference in New Issue
Block a user