1
Fork 0

change zip bundle to match js13kgames spec

This commit is contained in:
Andy Killorin 2023-09-12 23:33:00 -05:00
parent fc2055b65f
commit b56934f0a5
Signed by: ank
GPG key ID: B6241CA3B552BCA4

View file

@ -33,7 +33,7 @@ check-zip: zip
@cat build/release.zip | wc -c | xargs -I {} python3 -c "print(str(round({}/(13*1024)*100,2))+'%')" @cat build/release.zip | wc -c | xargs -I {} python3 -c "print(str(round({}/(13*1024)*100,2))+'%')"
zip: build zip: build
zip -r build/release.zip build -x release.zip cd build; zip -r release.zip * -x release.zip
run: build run: build
python3 -m http.server & python3 -m http.server &