Update build.sh

This commit is contained in:
2026-07-27 18:00:22 +01:00
parent a098cd3911
commit 60e95b46f2
+3 -3
View File
@@ -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