Windows codesigning
This commit is contained in:
parent
3031d0d288
commit
dfb430aadd
@ -46,8 +46,11 @@ win:
|
|||||||
- target: portable
|
- target: portable
|
||||||
arch: x64
|
arch: x64
|
||||||
requestedExecutionLevel: asInvoker
|
requestedExecutionLevel: asInvoker
|
||||||
# Disable code signing to avoid symbolic link issues on Windows
|
|
||||||
signAndEditExecutable: true
|
signAndEditExecutable: true
|
||||||
|
cscLink: build\certs\glass-dev.pfx
|
||||||
|
cscKeyPassword: "${env.CSC_KEY_PASSWORD}"
|
||||||
|
signtoolOptions:
|
||||||
|
certificateSubjectName: "Glass Dev Code Signing"
|
||||||
|
|
||||||
# NSIS installer configuration for Windows
|
# NSIS installer configuration for Windows
|
||||||
nsis:
|
nsis:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user