Switched from py2app to PyInstaller for Windows. Renamed version to version.txt, to avoid Windows namespace collision with version.dll.

This commit is contained in:
Micah Lee 2016-04-11 23:25:40 -07:00
parent 229603eb7d
commit ef5665b050
15 changed files with 73 additions and 187 deletions

View file

@ -1,5 +1,5 @@
REM use py2exe to builder a folder with onionshare.exe
python setup.py py2exe
REM use PyInstaller to builder a folder with onionshare.exe
pyinstaller install/pyinstaller.spec
REM sign onionshare.exe
signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 dist\onionshare.exe