From e97d0c1514999124c80305330797b624eaabe9cf Mon Sep 17 00:00:00 2001 From: Spike29 Date: Fri, 16 Jun 2023 15:32:44 +0200 Subject: [PATCH] mappingsupport: don't include minimaps and empty scripts and sound directories --- misc/tools/all/release.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index fb21b412..9242619c 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -403,8 +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 + # don't include levelshots, lightmaps and minimaps from official map builds, as well as other unneeded folders + rm -rf gfx maps scripts sound # remove stuff radiant has no use for verbose find . -name \*_norm.\* -exec rm -f {} \; verbose find . -name \*_bump.\* -exec rm -f {} \; -- 2.39.2