Skip to content

Commit a196e49

Browse files
committed
sdk-installer: include the package containing connect.exe
Git for Windows 1.x used to ship `connect.exe`, therefore Git for Windows 2.x was just taught to ship it, too. To that end, the corresponding package needs to be installed. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ce6dd24 commit a196e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-installer/setup-git-sdk.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
mingw-w64-@@ARCH@@-git mingw-w64-@@ARCH@@-toolchain ^
7878
mingw-w64-@@ARCH@@-curl mingw-w64-@@ARCH@@-expat ^
7979
mingw-w64-@@ARCH@@-openssl mingw-w64-@@ARCH@@-tcl ^
80-
mingw-w64-@@ARCH@@-pcre
80+
mingw-w64-@@ARCH@@-pcre mingw-w64-@@ARCH@@-connect
8181

8282
@IF ERRORLEVEL 1 GOTO INSTALL_REST
8383

0 commit comments

Comments
 (0)