Skip to content

Commit 6ab1898

Browse files
committed
installer: drop support for Windows 7 and 8.0
As announced in July 2022, Git for Windows is dropping support for these older Windows versions, following MSYS2's lead. Let's make sure that the installer actively blocks installation on these versions. Ref: https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#changes-since-git-for-windows-v2371-july-12th-2022 Ref: https://github.com/msys2/msys2.github.io/blob/source/web/news.md#2023-01-15---dropping-support-for-windows-7-and-80 Signed-off-by: Dennis Ameling <[email protected]>
1 parent 9ea75ff commit 6ab1898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer/install.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ WizardImageBackColor=clWhite
9595
WizardImageStretch=no
9696
WizardImageFile={#SourcePath}\git.bmp
9797
WizardSmallImageFile={#SourcePath}\gitsmall.bmp
98+
MinVersion=6.3
9899

99100
[Types]
100101
; Define a custom type to avoid getting the three default types.

0 commit comments

Comments
 (0)