From c88cdc888dd9fff92df16145dad15660e8cdbc5d Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Wed, 27 Sep 2023 13:51:04 +0530 Subject: [PATCH] Fix two more typos in batch file --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index d24f963..0cec5de 100644 --- a/install.bat +++ b/install.bat @@ -3,7 +3,7 @@ SET yenpath=%userprofile%\.yen\bin mkdir %yenpath% -SET download_url="https://github.com/tusharsadhwani/yen/releases/latest/download/yen-x86_64-pc-windows-msvc.exe" +SET download_url=https://github.com/tusharsadhwani/yen/releases/latest/download/yen-rs-x86_64-pc-windows-msvc.exe curl -SL --progress-bar %download_url% --output %yenpath%\yen.exe :: Set PATH if not present