]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - misc/xonotic_export.sh
Don't need that, each directory already has its own progs.src
[xonotic/gmqcc.git] / misc / xonotic_export.sh
old mode 100755 (executable)
new mode 100644 (file)
index 775cf05..08f0355
@@ -26,7 +26,6 @@ else
 fi
 
 echo -n "removing redundant files ... "
-# remove redundant stuff
 rm -f autocvarize.pl
 rm -f autocvarize-update.sh
 rm -f collect-precache.sh
@@ -38,17 +37,8 @@ rm -f Makefile
 rm -f *.src
 echo "complete"
 
-echo -n "creating prog.src files ... "
-find client common warpzonelib csqcmodellib -type f > csprogs.src
-ls server/w_*.qc | cat >> csprogs.src
-find server common warpzonelib csqcmodellib -type f > progs.src
-ls server/w_*.qc | cat >> progs.src
-find menu common warpzonelib -type f > menu.src
-ls server/w_*.qc | cat >> menu.src
-echo "complete"
-
 echo -n "creating zip archive ... "
-zip -r ../xonotic.zip * > /dev/null
+zip -r -9 ../xonotic.zip * > /dev/null
 echo "complete"
 
 popd > /dev/null