From eaab123c6664160c508bc097f7174ff4ed5c9042 Mon Sep 17 00:00:00 2001 From: A lucky guy <79245287+tom-snow@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=AE=E4=BF=A1=E4=BD=9C?= =?UTF-8?q?=E5=A6=96=E6=8A=8A=E4=BB=A5=E5=89=8D=E6=A0=87=E8=AF=86=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=9A=84=E6=96=87=E4=BB=B6=E5=88=A0=E4=BA=86=E5=90=8E?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=8E=B7=E5=BE=97=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98(+=E4=BF=AE=E5=A4=8D=E8=87=AA?= =?UTF-8?q?=E5=B7=B1=E7=B2=97=E5=BF=83=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 张小聋没🐎 --- scripts/destVersionRelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/destVersionRelease.sh b/scripts/destVersionRelease.sh index e16bdb2..226e481 100755 --- a/scripts/destVersionRelease.sh +++ b/scripts/destVersionRelease.sh @@ -70,7 +70,7 @@ function extract_version() { # new version 7z x ${temp_path}/WeChatSetup.exe -o${temp_path}/temp - dest_version=`ls -l temp | awk '{print $9}' | grep '^\[[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*\]$' | sed -e 's/^\[//g' -e 's/\]$//g'` + dest_version=`ls -l ${temp_path}/temp | awk '{print $9}' | grep '^\[[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*\]$' | sed -e 's/^\[//g' -e 's/\]$//g'` }