Add a pyinstaller spec

This commit is contained in:
Micah Lee 2017-01-07 18:17:15 -08:00
parent 34341ef0e0
commit 6ccb6773c1
3 changed files with 63 additions and 2 deletions

View file

@ -1,5 +1,5 @@
REM build onionshare.exe, onionshare-gui.exe
python setup.py build
pyinstaller install\pyinstaller.spec -y
REM sign onionshare.exe, onionshare-gui.exe
signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 build\exe.win32-3.5\onionshare.exe