From b5355fb1094805e2808be9ade621339fd09e800c Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:07:05 +0800 Subject: [PATCH] Revert "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 24eb479..4ac11f2 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=".zip" + local ext=".exe" local filename="$filename$ext" local url="$url$ext" ;;