Exclude git files from the exported pack

This commit is contained in:
Sergeant Acoustic 2025-08-30 14:56:31 +01:00
parent 0dce1dcdbd
commit 14bf81cdb6

View file

@ -32,4 +32,4 @@ if [ ! -d release ]; then
mkdir release
fi;
zip -FSr "$basedir/release/Tinker's tinkering.mrpack" overrides modrinth.index.json
zip -FSr "$basedir/release/Tinker's tinkering.mrpack" overrides modrinth.index.json -x "*.git*"