Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coff33ninja committed Oct 20, 2023
2 parents cc3bf98 + b90d5bd commit ced1428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AdminLaunchOption.bat
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ echo Installing/upgrading pyqt5-tools for Python 3.11... >> %LOGFILE%
"!python_path!" -m pip install --upgrade pyqt5-tools
if errorlevel 1 (
echo Error: Failed to install/upgrade pyqt5-tools >> %LOGFILE%
) else (
echo Success: pyqt5-tools installed/upgraded successfully >> %LOGFILE%
echo Error: Failed to install/upgrade pyqt5-tools >> %LOGFILE%
) else (
echo Success: pyqt5-tools installed/upgraded successfully >> %LOGFILE%
)
Expand Down Expand Up @@ -241,6 +244,8 @@ if errorlevel 1 (
echo Success: pywin32 installed/upgraded successfully >> %LOGFILE%
)



:LoggPreview
echo. >> %LOGFILE%
echo Installation Summary: >> %LOGFILE%
Expand Down

0 comments on commit ced1428

Please sign in to comment.