From 468fa25f937d5f31266f6427848e5361ac1e146e Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Mon, 19 Aug 2024 17:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=9B=BD=E4=BA=A7=E6=89=93?= =?UTF-8?q?=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 4a02be0..57ab4c5 100755 --- a/build.sh +++ b/build.sh @@ -98,6 +98,9 @@ function appbuild() echo "-----------------------------start-----------------------------" #GIT CODE + git -C ./ checkout . + git -C ./ pull + rm ../release/$syspath/$cpu/* git -C ../release clean -df