summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-02-22 14:28:50 -0800
committerMicah Lee <micah@micahflee.com>2017-02-22 14:28:50 -0800
commit7141ebecf7a148126ad5a8251c70f3e0f5c5fb82 (patch)
tree8400dd99ff773590e63f464fbe8bc613ef840051 /BUILD.md
parent6370139d2e69e72d73632e00091ea57b54416f4f (diff)
downloadonionshare-7141ebecf7a148126ad5a8251c70f3e0f5c5fb82.tar.gz
onionshare-7141ebecf7a148126ad5a8251c70f3e0f5c5fb82.zip
Update Windows build script to work with PyInstaller, update readme about only having onionshare-gui.exe, and update PyInstaller spec to create an 'onionshare' folder instead of an 'onionshare-gui' one
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 6762fd9d..6d0bbeb5 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -114,11 +114,11 @@ If you want to sign binaries with Authenticode:
For PyInstaller to work, you might need to edit `Scripts\pyinstaller-script.py` in your Python 3.5 folder, to work around [this bug](https://stackoverflow.com/questions/31808180/installing-pyinstaller-via-pip-leads-to-failed-to-create-process) in pip.
-* Open a command prompt, cd into the onionshare directory, and type: `pyinstaller install\pyinstaller.spec`. `onionshare.exe`, `onionshare-gui.exe`, and all of their supporting files will get created inside the `build` folder.
+* Open a command prompt, cd into the onionshare directory, and type: `pyinstaller install\pyinstaller.spec`. `onionshare-gui.exe` and all of their supporting files will get created inside the `dist` folder.
### To build the installer:
-Note that you must have a codesigning certificate installed in order to use the `install\build_exe.bat` script, because it codesigns `onionshare.exe`, `uninstall.exe`, and `OnionShare_Setup.exe`.
+Note that you must have a codesigning certificate installed in order to use the `install\build_exe.bat` script, because it codesigns `onionshare-gui.exe`, `uninstall.exe`, and `OnionShare_Setup.exe`.
Open a command prompt, cd to the onionshare directory, and type: `install\build_exe.bat`