mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-02 14:45:27 +00:00
fix variable check for i2pd download
Former-commit-id: 57c17f3c94bdc7fa3cf0f4b3dfd2325efd723bbc
This commit is contained in:
parent
f3c8f91d20
commit
79e7312d99
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ if "%locale%"=="Russian" (
|
||||||
) else (
|
) else (
|
||||||
echo Downloading I2Pd
|
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
|
"%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!)
|
if errorlevel 1 ( echo ERROR:%ErrorLevel% && pause && exit ) else (echo OK!)
|
||||||
7z x -y -o..\i2pd i2pd_2.12.0_win32_mingw.zip > nul
|
7z x -y -o..\i2pd i2pd_2.12.0_win32_mingw.zip > nul
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue