summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-01-17 14:26:15 -0800
committerMicah Lee <micah@micahflee.com>2018-01-17 14:26:15 -0800
commit790d07a4e7112991a80d3100d25b076b9d6059be (patch)
tree8ecf5250008da836bb277f3022c8ad0dd77e26e0 /BUILD.md
parentf0e23949c92565d6db8c890691dd28f95faf6ec7 (diff)
downloadonionshare-790d07a4e7112991a80d3100d25b076b9d6059be.tar.gz
onionshare-790d07a4e7112991a80d3100d25b076b9d6059be.zip
Fix issue with Windows codesigning
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 588685d0..31c88c4f 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -98,7 +98,7 @@ Download and install the 32-bit [Visual C++ Redistributable for Visual Studio 20
Download and install the standalone [Windows 10 SDK](https://dev.windows.com/en-us/downloads/windows-10-sdk). Note that you may not need this if you already have Visual Studio. Add the following directories to the path:
-* `C:\Program Files (x86)\Windows Kits\10\bin\x86`
+* `C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x86`
* `C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86`
* `C:\Users\user\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\PyQt5\Qt\bin`