summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/installer.cpp4
1 files changed, 2 insertions, 2 deletions
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;