Skip to content

Commit d4f0e76

Browse files
committed
fix: clean macOS common script in installer
1 parent 75c79b8 commit d4f0e76

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packaging/launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,6 +1778,7 @@ def update_code_force(skip_confirm=False):
17781778
'macOS_2_启动Qt界面.sh',
17791779
'macOS_3_检查更新并启动.sh',
17801780
'macOS_4_更新维护.sh',
1781+
'macOS_common.sh',
17811782
'.gitattributes',
17821783
'.gitignore',
17831784
'LICENSE.txt'

步骤1-首次安装.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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_
791793
if exist "macOS_2_启动Qt界面.sh" del /f /q "macOS_2_启动Qt界面.sh" >nul 2>&1
792794
if exist "macOS_3_检查更新并启动.sh" del /f /q "macOS_3_检查更新并启动.sh" >nul 2>&1
793795
if 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
794797
if exist ".gitattributes" del /f /q ".gitattributes" >nul 2>&1
795798
if exist ".gitignore" del /f /q ".gitignore" >nul 2>&1
796799
if exist "LICENSE.txt" del /f /q "LICENSE.txt" >nul 2>&1

0 commit comments

Comments
 (0)