mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Bump suggested Python 2.7 version in xb.bat
This commit is contained in:
parent
bc0ddbb05a
commit
a6c703a031
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 a new issue