mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Adding croc_dl_ext update
For when we are on a Windows/CYGWIN host
This commit is contained in:
parent
a72172d11e
commit
ec09a990af
1 changed files with 3 additions and 2 deletions
|
@ -461,8 +461,9 @@ main() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "${croc_os}" in
|
case "${croc_os}" in
|
||||||
"Darwin" ) croc_os="macOS";;
|
"Darwin" ) croc_os="macOS";;
|
||||||
"CYGWIN"* ) croc_os="Windows";;
|
"CYGWIN"* ) croc_os="Windows";
|
||||||
|
croc_dl_ext="zip";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "${croc_arch}" in
|
case "${croc_arch}" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue