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
|
@ -462,7 +462,8 @@ main() {
|
|||
|
||||
case "${croc_os}" in
|
||||
"Darwin" ) croc_os="macOS";;
|
||||
"CYGWIN"* ) croc_os="Windows";;
|
||||
"CYGWIN"* ) croc_os="Windows";
|
||||
croc_dl_ext="zip";;
|
||||
esac
|
||||
|
||||
case "${croc_arch}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue