change zip bundle to match js13kgames spec
This commit is contained in:
parent
fc2055b65f
commit
b56934f0a5
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -33,7 +33,7 @@ check-zip: zip
|
|||
@cat build/release.zip | wc -c | xargs -I {} python3 -c "print(str(round({}/(13*1024)*100,2))+'%')"
|
||||
|
||||
zip: build
|
||||
zip -r build/release.zip build -x release.zip
|
||||
cd build; zip -r release.zip * -x release.zip
|
||||
|
||||
run: build
|
||||
python3 -m http.server &
|
||||
|
|
Loading…
Reference in a new issue