From b92ba6312b16be537b2b74d135d3f93dc3610c9d Mon Sep 17 00:00:00 2001 From: patientx Date: Thu, 24 Apr 2025 14:55:12 +0300 Subject: [PATCH] Update patchzluda2.bat --- patchzluda2.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchzluda2.bat b/patchzluda2.bat index bbd223dca..ff4800544 100644 --- a/patchzluda2.bat +++ b/patchzluda2.bat @@ -56,7 +56,7 @@ if "%target_dir%"=="zluda" ( :: Download and extract the ZIP file echo Downloading ZLUDA from: %zl% -curl -sL --ssl-no-revoke "%zl%" -o zluda.zip +%SystemRoot%\system32\curl.exe -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 @@ -64,7 +64,7 @@ if %errorlevel% neq 0 ( ) echo Extracting ZLUDA... -tar -xf zluda.zip >nul 2>&1 +%SystemRoot%\system32\tar.exe -xf zluda.zip >nul 2>&1 if %errorlevel% neq 0 ( echo Error: Failed to extract the ZIP file. pause