From 5a873e8667575a6ff50f0f1c2867e369d05597a2 Mon Sep 17 00:00:00 2001 From: z411 Date: Sun, 20 Feb 2022 18:10:10 -0300 Subject: [PATCH] Fixing DLL copy --- misc/tools/all/release.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index a1428333..ca05353c 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 mv "$buildpath/out/$arch" "$d0/$targetdir" + verbose cp -v $buildpath/out/$arch/* "$d0/$targetdir" cd "$d0" ;; release-dlls-win32) -- 2.39.2