Skip to content

Commit

Permalink
fix build_examples script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazariglez committed Sep 10, 2023
1 parent 788cd20 commit d1585c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compile() {
f=$1
f=${f/\.\/examples\//""}
f=${f/.rs/""}
./scripts/web_example.sh $f --no-assets
./scripts/web_example.sh $f --release --no-assets

url="examples/${f}.html"
image="examples/images/${f}.jpg"
Expand Down

0 comments on commit d1585c6

Please sign in to comment.