sign command

This commit is contained in:
NikVolf 2016-06-28 21:02:15 +03:00
parent 3ae8ccf8c6
commit ebcbb19aef
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ 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 /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:
- path: nsis\installer.exe