signing executable also

This commit is contained in:
NikVolf 2016-06-29 01:58:15 +03:00
parent ebcbb19aef
commit 72771bd833
1 changed files with 2 additions and 1 deletions

View File

@ -24,8 +24,9 @@ test_script:
after_test:
- cargo build --verbose --release
- makensis.exe nsis\installer.nsi
- ps: if($env:cert) { Start-FileDownload $env:cert -FileName $env:keyfile }
- ps: if($env:cert) { signtool sign /f $env:keyfile /p $env:certpass target\release\parity.exe }
- makensis.exe nsis\installer.nsi
- ps: if($env:cert) { signtool sign /f $env:keyfile /p $env:certpass nsis\installer.exe }
artifacts: