Adding croc_dl_ext update

For when we are on a Windows/CYGWIN host
This commit is contained in:
Quinn 2019-08-13 22:34:40 -05:00 committed by GitHub
parent a72172d11e
commit ec09a990af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -461,8 +461,9 @@ main() {
fi
case "${croc_os}" in
"Darwin" ) croc_os="macOS";;
"CYGWIN"* ) croc_os="Windows";;
"Darwin" ) croc_os="macOS";;
"CYGWIN"* ) croc_os="Windows";
croc_dl_ext="zip";;
esac
case "${croc_arch}" in