Skip to content

Commit

Permalink
fix build sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 16, 2023
1 parent f161e42 commit 8aba9d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-wasm-examples/generate_wasm_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
./clone_bevy.sh

# temporary: fetch tools from main branch
cd ..
git init bevy-tools
cd bevy-tools
git remote add origin https://github.com/bevyengine/bevy
git pull --depth=1 origin main
cd ..
rm -rf bevy/tools
cp -r bevy-tools/tools bevy
rm -rf bevy-tools
Expand Down

0 comments on commit 8aba9d0

Please sign in to comment.