mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
Don't need that, each directory already has its own progs.src
This commit is contained in:
parent
9726d80e05
commit
241637a980
1 changed files with 0 additions and 12 deletions
12
misc/xonotic_export.sh
Executable file → Normal file
12
misc/xonotic_export.sh
Executable file → Normal file
|
@ -37,18 +37,6 @@ rm -f Makefile
|
|||
rm -f *.src
|
||||
echo "complete"
|
||||
|
||||
echo -n "creating prog.src files ... "
|
||||
echo "csprogs.dat" > csprogs.src
|
||||
find client common warpzonelib csqcmodellib -type f >> csprogs.src
|
||||
ls server/w_*.qc | cat >> csprogs.src
|
||||
echo "progs.dat" > progs.src
|
||||
find server common warpzonelib csqcmodellib -type f >> progs.src
|
||||
ls server/w_*.qc | cat >> progs.src
|
||||
echo "menu.dat" > menu.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 -9 ../xonotic.zip * > /dev/null
|
||||
echo "complete"
|
||||
|
|
Loading…
Reference in a new issue