From 73f3d08f995db4e8ebaef24556f28b63a9250675 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Sat, 18 Sep 2021 07:01:08 -0400 Subject: bump version, target win10 --- installer/installer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/installer.cpp') diff --git a/installer/installer.cpp b/installer/installer.cpp index 279fefc..cf5a43a 100644 --- a/installer/installer.cpp +++ b/installer/installer.cpp @@ -42,8 +42,8 @@ void add_service(const fs::path& target) { int main() { try { - if (!IsWindows7OrGreater()) { - throw std::runtime_error("OS not supported, you need at least Windows 7"); + if (!IsWindows10OrGreater()) { + throw std::runtime_error("OS not supported, you need at least Windows 10"); } fs::path source = fs::path(L"driver") / DRIVER_FILE_NAME; -- cgit v1.2.3