This commit is contained in:
2025-08-03 13:24:57 +02:00
parent c100393675
commit 0c0033e836
4 changed files with 25 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
#!/bin/bash
rm system.zip
zip system.zip -r ../pokemon-foundry/
pushd "build"
./build.sh
popd
git add .
git commit -m ":sparkles:"
git push