]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/release.subr
mappingsupport: don't include lightmaps and levelshots from official map builds
[xonotic/xonotic.git] / misc / tools / all / release.subr
index 4dc5ed1d31aad50be42e15761cd63656bdf7f80a..fb21b4126120557fe03bc66536d725420eab0085 100644 (file)
@@ -403,6 +403,8 @@ case "$cmd" in
                release_common
                dir=$1
                verbose cd "$dir"
+               # don't include lightmaps and levelshots from official map builds
+               rm -rf maps
                # remove stuff radiant has no use for
                verbose find . -name \*_norm.\* -exec rm -f {} \;
                verbose find . -name \*_bump.\* -exec rm -f {} \;