Skip to content

Commit a9313f4

Browse files
committed
Update Azure Trusted Signing configuration.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 13b4d20 commit a9313f4

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,16 @@
121121
}
122122
],
123123
"icon": "build/icon.ico",
124-
"publisherName": "Kandra Labs, Inc.",
125-
"sign": "./scripts/win-sign.js",
126-
"signingHashAlgorithms": [
127-
"sha256"
128-
]
124+
"signtoolOptions": {
125+
"publisherName": "Kandra Labs, Inc."
126+
},
127+
"azureSignOptions": {
128+
"endpoint": "https://eus.codesigning.azure.net/",
129+
"codeSigningAccountName": "kandralabs",
130+
"certificateProfileName": "kandralabs",
131+
"timestampRfc3161": "http://timestamp.acs.microsoft.com",
132+
"timestampDigest": "SHA256"
133+
}
129134
},
130135
"msi": {
131136
"artifactName": "${productName}-${version}-${arch}.${ext}"

scripts/win-sign.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)