2014-06-26 18:57:28 -04:00
|
|
|
REM use pyinstaller to builder a folder with onionshare.exe
|
2015-05-15 13:03:04 -07:00
|
|
|
pyinstaller -y install\onionshare-win.spec
|
2014-06-26 18:57:28 -04:00
|
|
|
|
2014-09-24 14:05:53 -07:00
|
|
|
REM sign onionshare.exe
|
2015-12-04 16:56:16 -08: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 16:56:16 -08:00
|
|
|
makensis.exe install\onionshare.nsi
|
2014-09-24 14:05:53 -07:00
|
|
|
|
|
|
|
REM sign OnionShare_Setup.exe
|
2015-12-04 16:56:16 -08:00
|
|
|
signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 dist\OnionShare_Setup.exe
|