Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoljub-duric authored Aug 30, 2024
1 parent 4956a40 commit e540d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/basic_bitcoin/src/basic_bitcoin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cargo install ic-wasm --version 0.2.0 --root ./
STATUS=$?

if [[ "$STATUS" -eq "0" ]]; then
./ic-wasm \
./bin/ic-wasm \
"$SCRIPT_DIR/../../target/$TARGET/release/$CANISTER.wasm" \
-o "$SCRIPT_DIR/../../target/$TARGET/release/$CANISTER.wasm" \
metadata candid:service -f "$SCRIPT_DIR/basic_bitcoin.did" -v public
Expand Down

0 comments on commit e540d49

Please sign in to comment.