We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588b931 commit 8312999Copy full SHA for 8312999
examples/clay-official-website/build.sh
@@ -15,5 +15,5 @@ mkdir -p build/clay \
15
-Wl,--initial-memory=6553600 \
16
-o build/clay/index.wasm \
17
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
+&& cp index.html build/index.html && cp -r fonts/ build/clay/fonts \
+&& cp -r images/ build/clay/images
0 commit comments