summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2014-06-26 16:09:08 -0400
committerMicah Lee <micah@micahflee.com>2014-06-26 16:09:08 -0400
commit680b92e61db8776d62a6e7c7464759ef660eb2b2 (patch)
tree01d6bbf2ad19074117fcbfd24408ac1d494cecb4
parent954697f1f4ef15ca5f8d4a9e4e7ededb61b6eb3a (diff)
downloadonionshare-680b92e61db8776d62a6e7c7464759ef660eb2b2.tar.gz
onionshare-680b92e61db8776d62a6e7c7464759ef660eb2b2.zip
updated windows instructions more
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 2fafa76d..9c6f7976 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -89,7 +89,7 @@ If you want to build the installer:
To build the installer:
-* Follow the steps above until to make the .exe. You should have a folder called `dist\onionshare` with a bunch of files inside of it, including `onionshare.exe`.
+* Follow the steps above until to make the .exe. You should have a folder called `dist\onionshare` with a bunch of files inside of it, including `onionshare.exe`. Run `onionshare.exe` once before you build the installer, to compile all the `.py` files into `.pyc` files.
* Open a command prompt, cd into the onionshare directory, and type: `makensisw setup\onionshare.nsi`. You'll find the installer, `OnionShare_Setup.exe`, inside the `dist` folder.
## Tests