From 297f83493643531ecf163b8c971edc3c9683cf9a Mon Sep 17 00:00:00 2001 From: bin456789 Date: Thu, 6 Jul 2023 21:49:31 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E9=99=90=E5=88=B6find=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=8A=8A?= =?UTF-8?q?=E6=95=B4=E4=B8=AA=E9=A9=B1=E5=8A=A8=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E8=BF=9Bboot.wim=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trans.sh b/trans.sh index 00a8fcf..5f8b763 100644 --- a/trans.sh +++ b/trans.sh @@ -487,9 +487,10 @@ EOF [ -n "$path" ] && filter="-ipath $path" || filter="" find $src \ $filter \ + -type f \ -not -iname "*.pdb" \ -not -iname "dpinst.exe" \ - -exec /bin/cp -rf {} $dist \; + -exec /bin/cp -rfv {} $dist \; } # 添加驱动