]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
also compress textures in models/
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 12:59:05 +0000 (14:59 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 12:59:05 +0000 (14:59 +0200)
all

diff --git a/all b/all
index 3e176d208271e21b35c72e51b54ea1b593545843..9152a7ea4aef7e8a55874667313b86390e9e33d0 100755 (executable)
--- 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