Merge pull request #620 from voltagex/patch-1
Bump suggested Python 2.7 version in xb.bat
This commit is contained in:
commit
a3c2b8b3f5
2
xb.bat
2
xb.bat
|
@ -11,7 +11,7 @@ CALL :check_python
|
||||||
IF %_RESULT% NEQ 0 (
|
IF %_RESULT% NEQ 0 (
|
||||||
ECHO.
|
ECHO.
|
||||||
ECHO Python 2.7 must be installed and on PATH:
|
ECHO Python 2.7 must be installed and on PATH:
|
||||||
ECHO https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi
|
ECHO https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi
|
||||||
GOTO :exit_error
|
GOTO :exit_error
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue