From c49ba0283f3a9b62e849c1b2c7b3b39af6dc7f9c Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Tue, 17 May 2022 15:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=89=8D=EF=BC=8C=E5=85=88=E5=88=A4=E6=96=AD=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 82ab4dca..83f61801 100755 --- a/build.sh +++ b/build.sh @@ -82,7 +82,9 @@ rm -f *.h rm -f *.cpp rm -f .qmake.stash rm -f Makefile -mv HGScanner.probkp HGScanner.pro +if [ -f HGScanner.probkp ]; then + mv HGScanner.probkp HGScanner.pro +fi