updated windows instructions more

This commit is contained in:
Micah Lee 2014-06-26 16:09:08 -04:00
parent 954697f1f4
commit 680b92e61d

View File

@ -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