Skip to content

Commit

Permalink
fix: old build install path
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Apr 18, 2024
1 parent 03d8f11 commit fb5cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ build() {
cargo build --release -p movement --features="aptos,sui"

# Copy the movement binary to the appropriate directory
cp "$MOVEMENT_DIR/movement-subnet/vm/aptos-vm/target/release/movement" "$BIN_DIR/movement"
cp "target/release/movement" "$BIN_DIR/movement"
}

dev() {
Expand Down

0 comments on commit fb5cf04

Please sign in to comment.