Skip to content

Commit fa59da0

Browse files
committed
remove windows
1 parent 038dc8c commit fa59da0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,9 @@ install_standalone() {
347347
echoh "Installing v$VERSION of the $ARCH release from GitHub."
348348
echoh
349349

350-
# MacOS and Windows releases are packaged as .zip
350+
# MacOS releases are packaged as .zip
351351
case $OS in
352352
darwin) STANDALONE_ARCHIVE_FORMAT=zip ;;
353-
windows) STANDALONE_ARCHIVE_FORMAT=zip ;;
354353
*) STANDALONE_ARCHIVE_FORMAT=tar.gz ;;
355354
esac
356355

0 commit comments

Comments
 (0)