]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
if we got one, also pack the .lin file (leak line) with the autobuilds ;)
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 6 May 2010 15:01:58 +0000 (17:01 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 6 May 2010 15:01:58 +0000 (17:01 +0200)
misc/tools/xonotic-map-compiler-autobuild

index 1e81237a0337e3598410957427dc76202ec4ed1a..8249686daa0559d1f321b09f9dd749cbf2da36d5 100755 (executable)
@@ -24,7 +24,7 @@ git for-each-ref 'refs/remotes' | while read -r HASH TYPE REFNAME; do
                        cd maps
                        ../../../misc/tools/xonotic-map-compiler "$M" -noshaderlist `head -n 1 "../$F"` 2>&1 | tee "$M.log"
                )
-               zip -9r "$bspdir/$blobhash.pk3" "maps/$M.bsp" "maps/$M.log" "maps/$M/" "gfx/${M}_mini.tga"
+               zip -9r "$bspdir/$blobhash.pk3" "maps/$M.bsp" "maps/$M.log" "maps/$M/" "maps/$M.lin" "gfx/${M}_mini.tga"
        done
 done
 git checkout master