chore: add build script
This commit is contained in:
parent
2f29f0b2ca
commit
9a42437484
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DrinkableXP.zip
|
5
build.sh
Normal file
5
build.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
SOURCE_DIR="pack"
|
||||||
|
OUTPUT_FILE="DrinkableXP.zip"
|
||||||
|
|
||||||
|
zip -r "$OUTPUT_FILE" "$SOURCE_DIR"
|
Loading…
Reference in a new issue