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 c5d10a3 commit d1a4871Copy full SHA for d1a4871
install-binary.sh
@@ -55,6 +55,7 @@ initOS() {
55
OS=$(uname -s)
56
57
case "$OS" in
58
+ Windows_NT) OS='windows' ;;
59
# Msys support
60
MSYS*) OS='windows' ;;
61
# Minimalist GNU for Windows
0 commit comments