aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/build.bat b/installer/build.bat
index 57b18616..e7e23036 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -53,7 +53,7 @@ if exist .deps\prepared goto :build
:download
echo [+] Downloading %1
- curl -#fLo %1 %2 || exit /b %errorlevel%
+ curl -#fLo %1 %2 || exit /b 1
echo [+] Verifying %1
for /f %%a in ('CertUtil -hashfile %1 SHA256 ^| findstr /r "^[0-9a-f]*$"') do if not "%%a"=="%~3" exit /b 1
goto :eof