We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b4d20 commit a9313f4Copy full SHA for a9313f4
package.json
@@ -121,11 +121,16 @@
121
}
122
],
123
"icon": "build/icon.ico",
124
- "publisherName": "Kandra Labs, Inc.",
125
- "sign": "./scripts/win-sign.js",
126
- "signingHashAlgorithms": [
127
- "sha256"
128
- ]
+ "signtoolOptions": {
+ "publisherName": "Kandra Labs, Inc."
+ },
+ "azureSignOptions": {
+ "endpoint": "https://eus.codesigning.azure.net/",
129
+ "codeSigningAccountName": "kandralabs",
130
+ "certificateProfileName": "kandralabs",
131
+ "timestampRfc3161": "http://timestamp.acs.microsoft.com",
132
+ "timestampDigest": "SHA256"
133
+ }
134
},
135
"msi": {
136
"artifactName": "${productName}-${version}-${arch}.${ext}"
scripts/win-sign.js
0 commit comments