2016-02-16 01:16:09 -05:00
|
|
|
REM use py2exe to builder a folder with onionshare.exe
|
|
|
|
python setup.py py2exe
|
2014-06-26 18:57:28 -04:00
|
|
|
|
2014-09-24 17:05:53 -04:00
|
|
|
REM sign onionshare.exe
|
2016-02-16 01:16:09 -05:00
|
|
|
signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 dist\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
|