Browse Source

fix variable check for i2pd download

Former-commit-id: 57c17f3c94
pull/43/head
R4SAS 7 years ago
parent
commit
79e7312d99
  1. 2
      windows/build/build.cmd

2
windows/build/build.cmd

@ -108,7 +108,7 @@ if "%locale%"=="Russian" ( @@ -108,7 +108,7 @@ if "%locale%"=="Russian" (
) else (
echo Downloading I2Pd
)
if "xOS"=="x86" (
if "%xOS%"=="x86" (
"%CURL%" -L -f -# -O https://github.com/PurpleI2P/i2pd/releases/download/2.12.0/i2pd_2.12.0_win32_mingw.zip
if errorlevel 1 ( echo ERROR:%ErrorLevel% && pause && exit ) else (echo OK!)
7z x -y -o..\i2pd i2pd_2.12.0_win32_mingw.zip > nul

Loading…
Cancel
Save