Remove the certificate config for windows

We override a lot of the config in our builder so we'll override
this there too, then the riot-desktop repo builds an unsigned
windows app by default rather than erroring if you don't have our
cert installed, which means other people don't have to patch
package.json to build it.
This commit is contained in:
David Baker 2020-03-03 10:40:53 +00:00
parent 40eec12b86
commit 5816a07617

View file

@ -97,8 +97,7 @@
"win": {
"target": {
"target": "squirrel"
},
"certificateSubjectName": "New Vector Ltd"
}
},
"directories": {
"output": "dist"