Skip to content

Commit b603fcf

Browse files
chore: update minimum installable version in inno setup (microsoft#175818)
* Drop support for windows versions prior to windows 10 * Prepare for windows 8 eol * fix typo * Revert "Prepare for windows 8 eol" This reverts commit f65a710.
1 parent d72845c commit b603fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/win32/code.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SetupIconFile={#RepoDir}\resources\win32\code.ico
2626
UninstallDisplayIcon={app}\{#ExeBasename}.exe
2727
ChangesEnvironment=true
2828
ChangesAssociations=true
29-
MinVersion=6.2
29+
MinVersion=10.0
3030
SourceDir={#SourceDir}
3131
AppVersion={#Version}
3232
VersionInfoVersion={#RawVersion}

0 commit comments

Comments
 (0)