From c346fa7baba3e14d8a2cc088eaee118ad269ace4 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Thu, 21 Jan 2021 22:40:56 -0500 Subject: update signed --- common/rawaccel-version.h | 2 +- installer/installer.rc | 2 +- signed/driver/rawaccel.sys | Bin 61640 -> 69896 bytes signed/installer.exe | Bin 59784 -> 60296 bytes signed/uninstaller.exe | Bin 55176 -> 55688 bytes 5 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/rawaccel-version.h b/common/rawaccel-version.h index 0e02036..d2c7922 100644 --- a/common/rawaccel-version.h +++ b/common/rawaccel-version.h @@ -4,7 +4,7 @@ #define RA_VER_MINOR 4 #define RA_VER_PATCH 0 -#define RA_MIN_OS "Win7" +#define RA_OS "Win7+" #define M_STR_HELPER(x) #x #define M_STR(x) M_STR_HELPER(x) diff --git a/installer/installer.rc b/installer/installer.rc index 43672d7..6d69e2d 100644 --- a/installer/installer.rc +++ b/installer/installer.rc @@ -70,7 +70,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "FileDescription", "Raw Accel installer (" RA_MIN_OS ")" + VALUE "FileDescription", "Raw Accel installer (" RA_OS ")" VALUE "FileVersion", RA_VER_STRING VALUE "OriginalFilename", "installer.exe" VALUE "ProductName", "Raw Accel" diff --git a/signed/driver/rawaccel.sys b/signed/driver/rawaccel.sys index 0fef07f..653d927 100644 Binary files a/signed/driver/rawaccel.sys and b/signed/driver/rawaccel.sys differ diff --git a/signed/installer.exe b/signed/installer.exe index 38f9201..99f1d32 100644 Binary files a/signed/installer.exe and b/signed/installer.exe differ diff --git a/signed/uninstaller.exe b/signed/uninstaller.exe index aa59df9..cfbf0dd 100644 Binary files a/signed/uninstaller.exe and b/signed/uninstaller.exe differ -- cgit v1.2.3