We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038dc8c commit fa59da0Copy full SHA for fa59da0
install.sh
@@ -347,10 +347,9 @@ install_standalone() {
347
echoh "Installing v$VERSION of the $ARCH release from GitHub."
348
echoh
349
350
- # MacOS and Windows releases are packaged as .zip
+ # MacOS releases are packaged as .zip
351
case $OS in
352
darwin) STANDALONE_ARCHIVE_FORMAT=zip ;;
353
- windows) STANDALONE_ARCHIVE_FORMAT=zip ;;
354
*) STANDALONE_ARCHIVE_FORMAT=tar.gz ;;
355
esac
356
0 commit comments