2016-04-12 02:25:40 -04:00
|
|
|
REM use PyInstaller to builder a folder with onionshare.exe
|
2016-04-12 20:53:33 -04:00
|
|
|
pyinstaller install\pyinstaller.spec -y
|
2014-06-26 18:57:28 -04:00
|
|
|
|
2014-09-24 17:05:53 -04:00
|
|
|
REM sign onionshare.exe
|
2016-04-12 20:53:33 -04:00
|
|
|
signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 dist\onionshare\onionshare.exe
|
2014-06-26 18:57:28 -04:00
|
|
|
|
|
|
|
REM build an installer, dist\OnionShare_Setup.exe
|
2015-12-04 19:56:16 -05:00
|
|
|
makensis.exe install\onionshare.nsi
|
2014-09-24 17:05:53 -04:00
|
|
|
|
|
|
|
REM sign OnionShare_Setup.exe
|
2015-12-04 19:56:16 -05:00
|
|
|
signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 dist\OnionShare_Setup.exe
|