Updated signing path

Former-commit-id: 1d1443e32331332a873a92f4a61a9ce929097fb2
This commit is contained in:
arkpar 2016-11-08 11:04:17 +01:00
parent 21bfeb7d3c
commit 1a189912f0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ after_test:
- 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 }
- msbuild windows\ptray\ptray.vcxproj /p:Platform=x64 /p:Configuration=Release
- ps: if($env:cert) { signtool sign /f $env:keyfile /p $env:certpass windows\ptray\release\ptray.exe }
- ps: if($env:cert) { signtool sign /f $env:keyfile /p $env:certpass windows\ptray\x64\release\ptray.exe }
- makensis.exe nsis\installer.nsi
- ps: if($env:cert) { signtool sign /f $env:keyfile /p $env:certpass nsis\installer.exe }