chore: remove old windows build/serve scripts

This commit is contained in:
2023-09-11 20:51:58 -05:00
parent af57199915
commit e062ada301
2 changed files with 0 additions and 10 deletions

View File

@@ -1,7 +0,0 @@
& cargo build --target=wasm32-unknown-emscripten --release
mkdir -p dist -Force
cp ./target/wasm32-unknown-emscripten/release/Pac_Man.wasm ./dist
cp ./target/wasm32-unknown-emscripten/release/Pac-Man.js ./dist
cp index.html dist

View File

@@ -1,3 +0,0 @@
& ./build.ps1
cd ./dist
python -m http.server