Update patchzluda2.bat

This commit is contained in:
patientx 2025-02-07 12:49:11 +03:00 committed by GitHub
parent 1f5708663a
commit dc9f58ca65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ if "%target_dir%"=="zluda" (
:: Download and extract the ZIP file
echo Downloading ZLUDA from: %zl%
curl -s -L "%zl%" -o zluda.zip
curl -sL --ssl-no-revoke "%zl%" -o zluda.zip
if %errorlevel% neq 0 (
echo Error: Failed to download the file. Please check the URL and try again.
pause