From f13006490bd7335c761aa00b5dfe8b835c0e04dc Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 17 Jan 2023 15:56:16 +0100 Subject: [PATCH] Update Windows version check on installer --- rel/app/windows/Installer.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rel/app/windows/Installer.nsi b/rel/app/windows/Installer.nsi index 89a294713..5d7ef4967 100644 --- a/rel/app/windows/Installer.nsi +++ b/rel/app/windows/Installer.nsi @@ -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