SIGN IN SIGN UP

Use bundled mingit on Windows if available (#14025)

In the packaged ZIP files for Flutter we bundle mingit on Windows to make setup for our users easier (they don't have to download and install git anymore). This change makes Flutter use the bundled mingit if it is available and if git is not installed on the system.

This change will still require that users add `flutter\bin` to their path or they'll have to execute `flutter\bin\flutter.bat` directly. A follow-up PR will add a pre-configured Flutter Console that people can start with a double-click to minimize setup even further.

Also in this PR:
* If 7Zip is not available to unpack the Dart SDK try 7Zip's standalone version.
M
Michael Goderbauer committed
54e3333182d0cc1185709f36604eb8ae8fe55b3a
Parent: 09270dc
Committed by GitHub <noreply@github.com> on 1/11/2018, 12:48:39 AM