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