diff options
author | segfault <toni@impl.cc> | 2020-05-22 19:10:29 +0200 |
---|---|---|
committer | segfault <toni@impl.cc> | 2020-05-22 19:10:29 +0200 |
commit | bb7aa982af521a79459b48f9a6c702b0e6af3cb8 (patch) | |
tree | 83d4b78941d9007b60125a8a501f7682e2797d89 /driver-sign.bat | |
parent | cd76323e681de15f8391ce900142e965ad3b689c (diff) |
VS2019 support
Diffstat (limited to 'driver-sign.bat')
-rw-r--r-- | driver-sign.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-sign.bat b/driver-sign.bat index 03d911f..ca91495 100644 --- a/driver-sign.bat +++ b/driver-sign.bat @@ -1,6 +1,6 @@ @echo off -set SIGNTOOL="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" +set SIGNTOOL="C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe" set DRIVER_DEBUG="%~dp0x64\Debug\PastDSEDriver.sys" set DRIVER_RELEASE="%~dp0x64\Release\PastDSEDriver.sys" set CA="%~dp0\certs\VeriSign Class 3 Public Primary Certification Authority - G5.cer" |