sign command
This commit is contained in:
parent
3ae8ccf8c6
commit
ebcbb19aef
@ -26,7 +26,7 @@ after_test:
|
|||||||
- cargo build --verbose --release
|
- cargo build --verbose --release
|
||||||
- makensis.exe nsis\installer.nsi
|
- 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 /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:
|
||||||
- path: nsis\installer.exe
|
- path: nsis\installer.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user