mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Only Windows 10 is supported
This commit is contained in:
parent
e6ba4abfdc
commit
44f81bb61f
@ -42,8 +42,7 @@ namespace Wabbajack
|
|||||||
|
|
||||||
Utils.Log($"Detected Windows Version: {p.WindowsVersion}");
|
Utils.Log($"Detected Windows Version: {p.WindowsVersion}");
|
||||||
|
|
||||||
if (!((p.WindowsVersion.Major >= 10 && p.WindowsVersion.Minor >= 0) ||
|
if (!(p.WindowsVersion.Major >= 10 && p.WindowsVersion.Minor >= 0))
|
||||||
(p.WindowsVersion.Major >= 6 && p.WindowsVersion.Minor >= 2)))
|
|
||||||
Utils.Log(
|
Utils.Log(
|
||||||
$"You are not running a recent version of Windows (version 10 or greater), Wabbajack is not supported on OS versions older than Windows 10.");
|
$"You are not running a recent version of Windows (version 10 or greater), Wabbajack is not supported on OS versions older than Windows 10.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user