signing executable also
This commit is contained in:
parent
ebcbb19aef
commit
72771bd833
@ -24,8 +24,9 @@ test_script:
|
|||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
- cargo build --verbose --release
|
- cargo build --verbose --release
|
||||||
- makensis.exe nsis\installer.nsi
|
|
||||||
- ps: if($env:cert) { Start-FileDownload $env:cert -FileName $env:keyfile }
|
- 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 }
|
- ps: if($env:cert) { signtool sign /f $env:keyfile /p $env:certpass nsis\installer.exe }
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user