From 162d73d07f05b16cc41f3542ee6a9133508d8daf Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:13:00 +0800 Subject: [PATCH] Download ZIP for Windows --- scripts/choosenim-unix-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/choosenim-unix-init.sh b/scripts/choosenim-unix-init.sh index 4ac11f2..24eb479 100755 --- a/scripts/choosenim-unix-init.sh +++ b/scripts/choosenim-unix-init.sh @@ -44,7 +44,7 @@ install() { ;; *windows_amd64* ) # Download ZIP for Windows - local ext=".exe" + local ext=".zip" local filename="$filename$ext" local url="$url$ext" ;;