@@ -570,6 +570,7 @@ if exist ".git" (
570570 if exist " macOS_2_启动Qt界面.sh" del /f /q " macOS_2_启动Qt界面.sh" > nul 2 >& 1
571571 if exist " macOS_3_检查更新并启动.sh" del /f /q " macOS_3_检查更新并启动.sh" > nul 2 >& 1
572572 if exist " macOS_4_更新维护.sh" del /f /q " macOS_4_更新维护.sh" > nul 2 >& 1
573+ if exist " macOS_common.sh" del /f /q " macOS_common.sh" > nul 2 >& 1
573574 if exist " .gitattributes" del /f /q " .gitattributes" > nul 2 >& 1
574575 if exist " .gitignore" del /f /q " .gitignore" > nul 2 >& 1
575576 if exist " LICENSE.txt" del /f /q " LICENSE.txt" > nul 2 >& 1
@@ -588,6 +589,7 @@ if exist ".git" (
588589 if exist " macOS_2_启动Qt界面.sh" del /f /q " macOS_2_启动Qt界面.sh" > nul 2 >& 1
589590 if exist " macOS_3_检查更新并启动.sh" del /f /q " macOS_3_检查更新并启动.sh" > nul 2 >& 1
590591 if exist " macOS_4_更新维护.sh" del /f /q " macOS_4_更新维护.sh" > nul 2 >& 1
592+ if exist " macOS_common.sh" del /f /q " macOS_common.sh" > nul 2 >& 1
591593 if exist " .gitattributes" del /f /q " .gitattributes" > nul 2 >& 1
592594 if exist " .gitignore" del /f /q " .gitignore" > nul 2 >& 1
593595 if exist " LICENSE.txt" del /f /q " LICENSE.txt" > nul 2 >& 1
@@ -791,6 +793,7 @@ if exist "macOS_1_
791793if exist " macOS_2_启动Qt界面.sh" del /f /q " macOS_2_启动Qt界面.sh" > nul 2 >& 1
792794if exist " macOS_3_检查更新并启动.sh" del /f /q " macOS_3_检查更新并启动.sh" > nul 2 >& 1
793795if exist " macOS_4_更新维护.sh" del /f /q " macOS_4_更新维护.sh" > nul 2 >& 1
796+ if exist " macOS_common.sh" del /f /q " macOS_common.sh" > nul 2 >& 1
794797if exist " .gitattributes" del /f /q " .gitattributes" > nul 2 >& 1
795798if exist " .gitignore" del /f /q " .gitignore" > nul 2 >& 1
796799if exist " LICENSE.txt" del /f /q " LICENSE.txt" > nul 2 >& 1
0 commit comments