chore: add build script

This commit is contained in:
newt 2024-08-31 21:23:10 +01:00
parent 2f29f0b2ca
commit 9a42437484
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
DrinkableXP.zip

5
build.sh Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
SOURCE_DIR="pack"
OUTPUT_FILE="DrinkableXP.zip"
zip -r "$OUTPUT_FILE" "$SOURCE_DIR"