Sign .node files on windows

This commit is contained in:
Fedor Indutny 2023-11-01 00:11:11 +01:00 committed by GitHub
parent 657a140dbe
commit 4ac21d2e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -398,6 +398,7 @@
} }
}, },
"signDlls": true, "signDlls": true,
"signExts": [".node"],
"target": [ "target": [
"nsis" "nsis"
] ]