aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 12:53:33 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-25 12:53:33 +0200
commitdc6b7572efd520752d4534a2c4d73bd34395ae5f (patch)
tree98fe0983e2baf2b33d9b0250786e130c2efbbcbd /README.md
parentbuild: reduce excessive %PATH% manipulation (diff)
downloadwireguard-windows-dc6b7572efd520752d4534a2c4d73bd34395ae5f.tar.xz
wireguard-windows-dc6b7572efd520752d4534a2c4d73bd34395ae5f.zip
README: note signtool.exe requirement
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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`.