mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Bump suggested Python 2.7 version in xb.bat
This commit is contained in:
parent
bc0ddbb05a
commit
a6c703a031
1 changed files with 1 additions and 1 deletions
2
xb.bat
2
xb.bat
|
|
@ -11,7 +11,7 @@ CALL :check_python
|
|||
IF %_RESULT% NEQ 0 (
|
||||
ECHO.
|
||||
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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue