From 1a5852825e4cf0b9a50fd73cf60becf0270fff5a Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Wed, 27 Sep 2023 13:42:05 +0530 Subject: [PATCH] Add .exe suffix --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 3a663c0..426e699 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/download/yen-x86_64-pc-windows-msvc" +SET download_url="https://github.com/tusharsadhwani/yen/releases/download/yen-x86_64-pc-windows-msvc.exe" curl -SL --progress-bar %download_url% --output %yenpath%\yen.exe :: Set PATH if not present