mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 22:37:41 +08:00
Update Windows version check on installer
This commit is contained in:
parent
4681fb2bc6
commit
f13006490b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue