From dc6b7572efd520752d4534a2c4d73bd34395ae5f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 25 Apr 2019 12:53:33 +0200 Subject: README: note signtool.exe requirement Signed-off-by: Jason A. Donenfeld --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6880ceb8..70c31d02 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,5 @@ Add a file called `sign.bat` in the root of this repository with these contents, set SigningCertificate=DF98E075A012ED8C86FBCF14854B8F9555CB3D45 set TimestampServer=http://timestamp.digicert.com ``` + +After, run `build.bat` as usual, from a shell that has `signtool.exe` in its `PATH`. -- cgit v1.2.3-59-g8ed1b