From f06f3fcd1146845154d77cfa81e50dc4945a52ae Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 5 Aug 2010 14:59:05 +0200 Subject: [PATCH] also compress textures in models/ --- all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all b/all index 3e176d20..9152a7ea 100755 --- a/all +++ b/all @@ -984,7 +984,7 @@ case "$cmd" in export do_dds=true export dds_flags= export do_ogg=false - find textures -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh + find models textures -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh ;; release-buildpk3-transform-low) dir=$1 @@ -997,7 +997,7 @@ case "$cmd" in export do_dds=false export do_ogg=true export ogg_qual=1 - find textures sound/cdtracks -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh + find models textures sound/cdtracks -type f -print0 | xargs -0 "$d0"/misc/tools/cached-converter.sh ;; release-buildpk3) src=$1 -- 2.39.2