summaryrefslogtreecommitdiff
path: root/zip_web_build.sh
blob: ce7d92a11452700b4ea1c4f1f485d0b065414976 (plain)
1
2
3
4
5
6
7
#!/bin/sh

mkdir ./build/web/zip
cp ./build/web/game* ./build/web/zip
mv ./build/web/zip/game.html ./build/web/zip/index.html
zip -r ./build/web/zip/blaidville_prototype.zip ./build/web/zip/*
rm ./build/web/zip/game* ./build/web/zip/index.html