From 60e95b46f23ac617871ae7a2ed34fcb2ea6e1251 Mon Sep 17 00:00:00 2001 From: shroo <1+shroo@noreply.localhost> Date: Mon, 27 Jul 2026 18:00:22 +0100 Subject: [PATCH] Update build.sh --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index fb946ea..e370ba6 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -yes | del -r ./out/* -cp -r ./template/web ./out -cp -r ./lib/js/ ./out +rm -rf ./out/* +cp -r ./template/web/* ./out +cp -r ./lib/js/* ./out odin build template -target:js_wasm32 -out:out/game.wasm \ No newline at end of file