2016-09-05 02:54:25 -07:00
|
|
|
REM build onionshare.exe, onionshare-gui.exe
|
|
|
|
python setup.py build
|
2014-06-26 18:57:28 -04:00
|
|
|
|
2016-09-05 02:54:25 -07:00
|
|
|
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
|
|
|
|
signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 build\exe.win32-3.5\onionshare-gui.exe
|
2014-06-26 18:57:28 -04:00
|
|
|
|
|
|
|
REM build an installer, dist\OnionShare_Setup.exe
|
2016-09-05 02:54:25 -07:00
|
|
|
mkdir dist
|
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
|