1.2.5 init

Former-commit-id: c00867f5fa34a3b85e915b95d049272bdeecbc0f
This commit is contained in:
R4SAS 2017-10-19 03:28:51 +03:00
parent c5862b35d3
commit f64fe361d9
25 changed files with 662 additions and 788 deletions

View file

@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree
setlocal enableextensions
set CURL=%~dp0curl.exe
set FFversion=52.2.1
set I2Pdversion=2.14.0
set FFversion=52.4.1
set I2Pdversion=2.15.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH
@ -136,7 +136,7 @@ exit
:GET_LOCALE
for /f "tokens=3" %%a in ('reg query "HKEY_USERS\.DEFAULT\Keyboard Layout\Preload"^|find "REG_SZ"') do (
if %%a==00000419 (set locale=Russian) else (set locale=English)
if %%a==00000419 (set locale=Russian) else (set locale=Russian)
goto :eof
)
goto :eof