]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
oh, I forgot xonotic.exe
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 73b1e0456007bf9a8241a27dde3dfcd0064a466e..94fc9673eddff04d13f93d015d074d2e7f1348ea 100755 (executable)
--- a/all
+++ b/all
@@ -903,17 +903,21 @@ case "$cmd" in
                                        verbose eval make clean $maketargets $makeflags
                                )
                                for f in $targetfiles; do
-                                       verbose mv "$buildpath/${f%:*}" "${f##*:}"
+                                       verbose mv "$buildpath/${f%:*}" "${f##*:}" || true
                                done
                                ;;
                        *)
                                rsync --delete -zvaSHPAX "$srcdir"/ "$host:$buildpath/"
                                verbose ssh "$host" ". ~/.profile && cd $buildpath && make clean $maketargets $makeflags"
                                for f in $targetfiles; do
-                                       verbose rsync -zvaSHPAX "$host:$buildpath/${f%:*}" "${f##*:}"
+                                       verbose rsync -zvaSHPAX "$host:$buildpath/${f%:*}" "${f##*:}" || true
                                done
                                ;;
                esac
+               # now rebrand the binaries...
+               for f in $targetfiles; do
+                       verbose "$d0/misc/tools/rebrand-darkplaces-engine.sh" "$d0/misc/tools/xonotic.brand" "${f##*:}" || true
+               done
                ;;
        release-compile)
                suffix=$1
@@ -1119,6 +1123,7 @@ case "$cmd" in
                        Xonotic/server \
                        Xonotic/*.app \
                        Xonotic/xonotic-* \
+                       Xonotic/xonotic.exe \
                        Xonotic/data/font-nimbussansl-$stamp.pk3
                cp Xonotic-common.zip Xonotic.zip
                zip -0r Xonotic.zip \