2017-04-08 20:29:00 -04:00
|
|
|
REM delete old dist files
|
2017-02-22 17:28:50 -05:00
|
|
|
rmdir /s /q dist
|
|
|
|
|
|
|
|
REM build onionshare-gui.exe
|
2017-01-07 21:17:15 -05:00
|
|
|
pyinstaller install\pyinstaller.spec -y
|
2014-06-26 18:57:28 -04:00
|
|
|
|
2017-04-08 20:29:00 -04:00
|
|
|
REM download tor
|
|
|
|
python install\get-tor-windows.py
|
|
|
|
|
2017-02-22 17:28:50 -05:00
|
|
|
REM sign onionshare-gui.exe
|
2018-06-18 19:28:09 -04:00
|
|
|
signtool.exe sign /v /d "OnionShare" /a /tr http://time.certum.pl/ dist\onionshare\onionshare-gui.exe
|
2014-06-26 18:57:28 -04:00
|
|
|
|
2018-01-15 18:53:02 -05:00
|
|
|
REM build an installer, dist\onionshare-setup.exe
|
2017-04-14 21:54:16 -04:00
|
|
|
makensis.exe install\onionshare.nsi
|
2014-09-24 17:05:53 -04:00
|
|
|
|
2018-01-15 18:53:02 -05:00
|
|
|
REM sign onionshare-setup.exe
|
2018-06-18 19:28:09 -04:00
|
|
|
signtool.exe sign /v /d "OnionShare" /a /tr http://time.certum.pl/ dist\onionshare-setup.exe
|