From ec09a990afe27185853bfaa2a32832d91946e3a2 Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 13 Aug 2019 22:34:40 -0500 Subject: [PATCH] Adding croc_dl_ext update For when we are on a Windows/CYGWIN host --- src/install/rewrite.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/install/rewrite.txt b/src/install/rewrite.txt index da218d0..86c0ef5 100644 --- a/src/install/rewrite.txt +++ b/src/install/rewrite.txt @@ -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