This commit is contained in:
luoliangyi 2022-05-17 16:02:25 +08:00
commit 2aad8ef728
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ rm -f *.h
rm -f *.cpp rm -f *.cpp
rm -f .qmake.stash rm -f .qmake.stash
rm -f Makefile rm -f Makefile
mv HGScanner.probkp HGScanner.pro if [ -f HGScanner.probkp ]; then
mv HGScanner.probkp HGScanner.pro
fi