From 1fc326a6baf468f8c5948042902e9e0c07dc9aee Mon Sep 17 00:00:00 2001 From: CrackedPixel <5776225+CrackedPixel@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:21:23 -0500 Subject: [PATCH] updated paths in build.sh --- examples/clay-official-website/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/clay-official-website/build.sh b/examples/clay-official-website/build.sh index ebb3d17..d320833 100755 --- a/examples/clay-official-website/build.sh +++ b/examples/clay-official-website/build.sh @@ -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 \ No newline at end of file +&& cp index.html build/index.html && cp -r fonts/ build/clay/fonts \ +&& cp -r images/ build/clay/images