Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
emarai authored Oct 15, 2021
1 parent fb525c5 commit ca3e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e
cd "`dirname $0`"
RUSTFLAGS='-C link-arg=-s' cargo build --all --target wasm32-unknown-unknown --release
cp target/wasm32-unknown-unknown/release/book_tracker_contract.wasm ./out/
cp target/wasm32-unknown-unknown/release/book_tracker_contract.wasm ./out/main.wasm

0 comments on commit ca3e209

Please sign in to comment.