Skip to content

Commit 1fc326a

Browse files
committed
updated paths in build.sh
1 parent 588b931 commit 1fc326a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/clay-official-website/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ mkdir -p build/clay \
1515
-Wl,--initial-memory=6553600 \
1616
-o build/clay/index.wasm \
1717
main.c \
18-
&& cp index.html build/clay/index.html && cp -r fonts/ build/clay/fonts \
19-
&& cp index.html build/clay/index.html && cp -r images/ build/clay/images
18+
&& cp index.html build/index.html && cp -r fonts/ build/clay/fonts \
19+
&& cp -r images/ build/clay/images

0 commit comments

Comments
 (0)