Exclude git files from the exported pack
This commit is contained in:
parent
0dce1dcdbd
commit
14bf81cdb6
|
|
@ -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*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue