Skip to content

Commit 95ae575

Browse files
committed
Fix package.json
1 parent 3fff589 commit 95ae575

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@
136136
"icon": "build/icon.ico",
137137
"verifyUpdateCodeSignature": false,
138138
"artifactName": "${productName}-Setup-${version}.${ext}",
139-
"sign": "./customSign.js"
139+
"signtoolOptions": {
140+
"sign": "./customSign.js"
141+
}
140142
},
141143
"nsis": {
142144
"oneClick": false,

0 commit comments

Comments
 (0)