X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7097c6b4145f011bb927fcf161126c1ed61d596a..f570ee2bc0dac52b9bba9a193b7ba48e64f797ed:/win32/prepare.bat diff --git a/win32/prepare.bat b/win32/prepare.bat index 81602e0f..602096bc 100644 --- a/win32/prepare.bat +++ b/win32/prepare.bat @@ -418,16 +418,10 @@ if not exist "%MINGW_BIN%\iconv.dll" ( :: Note GPSBabel can not be directly downloaded via wget :: ATM get it manually from here: :: http://www.gpsbabel.org/download.html -set GPSBABEL_INST=GPSBabel-1.4.4-Setup.exe -if not exist "%ProgramFiles%\GPSBabel" ( - echo Installing GPSBabel... - if exist %GPSBABEL_INST% ( - %GPSBABEL_INST% /silent - if ERRORLEVEL 1 goto Error - ) else ( - echo Required %GPSBABEL_INST% not found. Exitting - exit /b - ) +set GPSBABEL_INST=GPSBabel-1.5.1-Setup.exe +if not exist %GPSBABEL_INST% ( + echo Required %GPSBABEL_INST% not found. Exitting + exit /b ) echo =+=+=