diff options
| author | a1xd <[email protected]> | 2021-01-21 22:40:56 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-01-21 22:40:56 -0500 |
| commit | c346fa7baba3e14d8a2cc088eaee118ad269ace4 (patch) | |
| tree | f5251c5ec868bee9ed42f17896dab6652662e7f2 | |
| parent | add angle snapping (diff) | |
| download | rawaccel-c346fa7baba3e14d8a2cc088eaee118ad269ace4.tar.xz rawaccel-c346fa7baba3e14d8a2cc088eaee118ad269ace4.zip | |
update signed
| -rw-r--r-- | common/rawaccel-version.h | 2 | ||||
| -rw-r--r-- | installer/installer.rc | 2 | ||||
| -rw-r--r-- | signed/driver/rawaccel.sys | bin | 61640 -> 69896 bytes | |||
| -rw-r--r-- | signed/installer.exe | bin | 59784 -> 60296 bytes | |||
| -rw-r--r-- | 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 Binary files differindex 0fef07f..653d927 100644 --- a/signed/driver/rawaccel.sys +++ b/signed/driver/rawaccel.sys diff --git a/signed/installer.exe b/signed/installer.exe Binary files differindex 38f9201..99f1d32 100644 --- a/signed/installer.exe +++ b/signed/installer.exe diff --git a/signed/uninstaller.exe b/signed/uninstaller.exe Binary files differindex aa59df9..cfbf0dd 100644 --- a/signed/uninstaller.exe +++ b/signed/uninstaller.exe |