From: bones_was_here Date: Sun, 4 Jun 2023 06:43:06 +0000 (+1000) Subject: mappingsupport: don't include lightmaps and levelshots from official map builds X-Git-Tag: xonotic-v0.8.6~3 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=7db1b19fc4357c61709097250d085c4a291eb054;p=xonotic%2Fxonotic.git mappingsupport: don't include lightmaps and levelshots from official map builds --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 4dc5ed1d..fb21b412 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -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 {} \;