From 3facfeb1fa4e4242d02fad061bace117a1a66f59 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 23 Dec 2022 14:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8E=8B=E7=BC=A9=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/move.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/move.sh b/shell/move.sh index 90e8607..7069fc7 100644 --- a/shell/move.sh +++ b/shell/move.sh @@ -7,10 +7,10 @@ case "$Type" in web) cp -r $Prj/dist/* $Deploy ;; - web) + wxwork) cp -r $Prj/dist/build/h5/* $Deploy ;; - web) + mp) cp -r $Prj/dist/build/mp-weixin/* $Deploy ;; *) @@ -19,4 +19,4 @@ case "$Type" in esac exit $? -exit $RETVAL \ No newline at end of file +exit $RETVAL