From: z411 Date: Sun, 20 Feb 2022 20:53:07 +0000 (-0300) Subject: Fixed DLL move command X-Git-Tag: xonotic-v0.8.5~14^2~8 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=4033b13965be661fa53fe2adfdeb09d7d45ed2ba;p=xonotic%2Fxonotic.git Fixed DLL move command --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index bf29f8fb..a1428333 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -276,7 +276,7 @@ case "$cmd" in mkdir -p "$d0/$targetdir" cd "$d0/misc/buildsrc" verbose ./dlls.sh all "$buildpath" "$arch" - verbose cp "$buildpath/out/$arch/*" "$d0/$targetdir" + verbose mv "$buildpath/out/$arch" "$d0/$targetdir" cd "$d0" ;; release-dlls-win32)