From: Matthias Krüger Date: Wed, 11 Sep 2013 17:46:53 +0000 (+0200) Subject: ./all compile-map-pk3 : print where we saved the .pk3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=787a3fa050de9ea8911cff00d6396cbe7baf4a05;p=xonotic%2Fxonotic.git ./all compile-map-pk3 : print where we saved the .pk3 --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index e140fdd4..d9cb769d 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -24,6 +24,9 @@ case "$cmd" in msg "Compressing to .pk3..." zip -9r "$mapnamezip.pk3" "maps/$mapname.bsp" "maps/$mapname/" "gfx/${mapnamezip}_mini.tga" "$mapname.log" `git diff --name-only --diff-filter=ACMRTUXB origin/master...HEAD` mv $mapnamezip.pk3 ../../ + cd ../../ + echo + echo .pk3 saved to `pwd`/$mapnamezip.pk3 fi done ;;