From d209a40812cfa18ef13f973d7da282463a224579 Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Thu, 24 Nov 2022 16:01:24 +0800 Subject: [PATCH] =?UTF-8?q?x86=5F64=E7=89=88=E6=9C=AC=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BB=8E1=E6=94=B9=E4=B8=BA5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a1ca328..064a51e 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ fi ver3=$[$ver3 * 10] if [ "$cpu" == "x86_64" ]; then - ver3=$[$ver3 + 1] + ver3=$[$ver3 + 5] elif [ "$cpu" == "aarch64" ]; then ver3=$[$ver3 + 2] elif [ "$cpu" == "mips64" ]; then