mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-11 04:38:43 -04:00
Add a pyinstaller spec
This commit is contained in:
parent
34341ef0e0
commit
6ccb6773c1
3 changed files with 63 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue