Merge pull request #217 from FadeMind/master

BAT files: change PATH for lookin DLL file check
This commit is contained in:
Steven Black
2016-12-17 13:46:58 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ if not exist "%WINDIR%\py.exe" (
GOTO PY35RT
)
:PY35RT
if not exist "%PROGRAMFILES%\python35\Python35.dll" (
if not exist "%LOCALAPPDATA%\Programs\Python\Python35\Python35.dll" (
ECHO :: ERROR :: Python 3.5 Runtime NOT FOUND...
ECHO :: ERROR :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/
ECHO :: ERROR :: Exit...

View File

@@ -13,7 +13,7 @@ if not exist "%WINDIR%\py.exe" (
GOTO PY35RT
)
:PY35RT
if not exist "%PROGRAMFILES%\python35\Python35.dll" (
if not exist "%LOCALAPPDATA%\Programs\Python\Python35\Python35.dll" (
ECHO :: ERROR :: Python 3.5 Runtime NOT FOUND...
ECHO :: ERROR :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/
ECHO :: ERROR :: Exit...