mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-25 04:16:42 +00:00
Fix the downloading.
This commit is contained in:
parent
1c2912ca31
commit
bade3e94e5
@ -207,8 +207,9 @@ case "$cmd" in
|
||||
release_common
|
||||
binary=$1
|
||||
basename=${binary##*/}
|
||||
verbose wget http://beta.xonotic.org/autobuild-bin/$rev/$binary
|
||||
# TODO eventually do this on travis too.
|
||||
rev=`( cd "$d0/darkplaces" && git rev-parse HEAD )`
|
||||
verbose wget "http://beta.xonotic.org/autobuild-bin/$rev/$basename"
|
||||
# TODO eventually do the rebranding on travis too.
|
||||
case "$binary" in
|
||||
Xonotic/xonotic*.exe)
|
||||
verbose "$d0/misc/tools/change-icon-of-exe.sh" "$d0/misc/logos/icons_ico/xonotic.ico" "${f##*:}"
|
||||
|
Loading…
Reference in New Issue
Block a user