WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0d173e9

Browse files
Copilotschollz
andauthored
Add MinGW support to installer script (#1015)
* Initial plan * Add MinGW support to installer script Co-authored-by: schollz <[email protected]> * Fix indentation formatting for consistency Co-authored-by: schollz <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: schollz <[email protected]>
1 parent 93cb415 commit 0d173e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/install/default.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ main() {
580580
*"BusyBox"* )
581581
croc_os="Linux"
582582
;;
583+
"MINGW"* ) croc_os="Windows";
584+
croc_dl_ext="zip";;
583585
"CYGWIN"* ) croc_os="Windows";
584586
croc_dl_ext="zip";
585587
print_message "== Cygwin is currently unsupported." "error";

0 commit comments

Comments
 (0)