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