summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-18 07:01:08 -0400
committera1xd <[email protected]>2021-09-23 22:36:19 -0400
commit73f3d08f995db4e8ebaef24556f28b63a9250675 (patch)
treeff6acde8aba16ec75981c6618f2cdb312d36388a /installer
parentinline lerp (diff)
downloadrawaccel-73f3d08f995db4e8ebaef24556f28b63a9250675.tar.xz
rawaccel-73f3d08f995db4e8ebaef24556f28b63a9250675.zip
bump version, target win10
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;