1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-07-31 07:56:05 +00:00
rufus/_sign.cmd
Pete Batard c5513447c9
[misc] update project to use latest default VS2017 SDK
* Also add missing control in localization_data.h
2019-02-27 18:47:15 +00:00

4 lines
215 B
Batchfile

@echo off
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool" sign /v /sha1 9ce9a71ccab3b38a74781b975f1c228222cf7d3b /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp %1
exit