caps
This commit is contained in:
parent
84b1fe93cb
commit
6bed72ad60
1 changed files with 1 additions and 1 deletions
2
run.bat
2
run.bat
|
@ -10,7 +10,7 @@ SET "py=python.exe"
|
|||
:: Clean potential error or python version
|
||||
CLS
|
||||
|
||||
IF errorlevel 1 (
|
||||
IF ERRORLEVEL 1 (
|
||||
ECHO Installation of Python not found, installation...
|
||||
|
||||
:: Install Python 3.11 from MS Store
|
||||
|
|
Reference in a new issue