Update Windows version check on installer

This commit is contained in:
Wojtek Mach 2023-01-17 15:56:16 +01:00
parent 4681fb2bc6
commit f13006490b

View file

@ -23,8 +23,7 @@ RequestExecutionLevel admin
Function .onInit
${IfNot} ${AtLeastWin10}
MessageBox mb_iconStop "Livebook requires Windows 10+"
Abort
MessageBox mb_iconStop "It is recommended to run Livebook on Windows 10+"
${EndIf}
FunctionEnd