Skip to content
Snippets Groups Projects
Commit 41f0b2c3 authored by Andrew Halberstadt's avatar Andrew Halberstadt Committed by Junegunn Choi
Browse files

Add MinGW on Windows to install script (#998)

Running uname -sm yields:
MINGW32_NT-6.2 i686
parent a0a3c349
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ case "$archi" in
OpenBSD\ *64) download fzf-$version-openbsd_${binary_arch:-amd64}.tgz ;;
OpenBSD\ *86) download fzf-$version-openbsd_${binary_arch:-386}.tgz ;;
CYGWIN*\ *64) download fzf-$version-windows_${binary_arch:-amd64}.zip ;;
MINGW*\ *86) download fzf-$version-windows_${binary_arch:-386}.zip ;;
*) binary_available=0 binary_error=1 ;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment