Use signDlls electron-builder option for Windows

This commit is contained in:
Fedor Indutny 2023-02-07 17:30:00 -08:00 committed by GitHub
parent 486cbe0471
commit cf24eec576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,6 +381,7 @@
"minOSVersion": "6.1.0"
}
},
"signDlls": true,
"target": [
"nsis"
]