From ff5aed83eb553f8e55c6eb4e2e95b751d1a7b18e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 6 May 2010 17:01:58 +0200 Subject: [PATCH] if we got one, also pack the .lin file (leak line) with the autobuilds ;) --- misc/tools/xonotic-map-compiler-autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 1e81237a..8249686d 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -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 -- 2.39.2