From 72771bd8337ddd936db9ae36bbf3af29a4f607c8 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Wed, 29 Jun 2016 01:58:15 +0300 Subject: [PATCH] signing executable also --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3811bcd96..64f5dc132 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: