From 7db1b19fc4357c61709097250d085c4a291eb054 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sun, 4 Jun 2023 16:43:06 +1000 Subject: [PATCH] mappingsupport: don't include lightmaps and levelshots from official map builds --- misc/tools/all/release.subr | 2 ++ 1 file changed, 2 insertions(+) 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 {} \; -- 2.39.2