mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-01 07:16:17 +00:00
[Examples/official-website] updated paths in build.sh
This commit is contained in:
parent
588b93196c
commit
83129995f7
|
|
@ -15,5 +15,5 @@ mkdir -p build/clay \
|
|||
-Wl,--initial-memory=6553600 \
|
||||
-o build/clay/index.wasm \
|
||||
main.c \
|
||||
&& cp index.html build/clay/index.html && cp -r fonts/ build/clay/fonts \
|
||||
&& 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue