mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-17 20:34:47 +00:00
release build: also delete stale zip files
This commit is contained in:
parent
dec726774f
commit
0f35bb74b6
2
all
2
all
@ -860,7 +860,7 @@ case "$cmd" in
|
||||
# release building goes here
|
||||
release-prepare)
|
||||
#"$SELF" each git clean -fxd
|
||||
rm -rf Xonotic
|
||||
rm -rf Xonotic Xonotic*.zip
|
||||
mkdir -p Xonotic
|
||||
date +%Y%m%d > Xonotic/stamp.txt
|
||||
git archive --format=tar HEAD -- Docs misc server xonotic-linux-glx.sh xonotic-linux-sdl.sh misc/buildfiles | {
|
||||
|
Loading…
Reference in New Issue
Block a user